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