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

GetParagraphBlockIndex Method (IGdPictureOCR)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(46)>

Function GetParagraphBlockIndex( _

   ByVal OCRResultID As String, _

   ByVal ParagraphIdx As Integer _

) As Integer
[DispId(46)]

int GetParagraphBlockIndex( 

   string OCRResultID,

   int ParagraphIdx

)
function GetParagraphBlockIndex( 

    OCRResultID: String;

    ParagraphIdx: Integer

): Integer; 
DispIdAttribute(46)

function GetParagraphBlockIndex( 

   OCRResultID : String,

   ParagraphIdx : int

) : int;
[DispId(46)]

int GetParagraphBlockIndex( 

   string* OCRResultID,

   int ParagraphIdx

) 
[DispId(46)]

int GetParagraphBlockIndex( 

   String^ OCRResultID,

   int ParagraphIdx

) 

Parameters

OCRResultID
ParagraphIdx
See Also

Reference

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