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