'Declaration
Public Function GetParagraphCount( _ ByVal OCRResultID As String _ ) As Integer
public int GetParagraphCount( string OCRResultID )
public function GetParagraphCount( OCRResultID: String ): Integer;
public function GetParagraphCount( OCRResultID : String ) : int;
public: int GetParagraphCount( string* OCRResultID )
public: int GetParagraphCount( String^ OCRResultID )
Parameters
- OCRResultID