In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR / GetBlockFirstParagraphIndex Method

GetBlockFirstParagraphIndex Method (IGdPictureOCR)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(29)>

Function GetBlockFirstParagraphIndex( _

   ByVal OCRResultID As String, _

   ByVal BlockIdx As Integer _

) As Integer
[DispId(29)]

int GetBlockFirstParagraphIndex( 

   string OCRResultID,

   int BlockIdx

)
function GetBlockFirstParagraphIndex( 

    OCRResultID: String;

    BlockIdx: Integer

): Integer; 
DispIdAttribute(29)

function GetBlockFirstParagraphIndex( 

   OCRResultID : String,

   BlockIdx : int

) : int;
[DispId(29)]

int GetBlockFirstParagraphIndex( 

   string* OCRResultID,

   int BlockIdx

) 
[DispId(29)]

int GetBlockFirstParagraphIndex( 

   String^ OCRResultID,

   int BlockIdx

) 

Parameters

OCRResultID
BlockIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR
IGdPictureOCR Members