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

GetBlockBottom Method (IGdPictureOCR)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(27)>

Function GetBlockBottom( _

   ByVal OCRResultID As String, _

   ByVal BlockIdx As Integer _

) As Integer
[DispId(27)]

int GetBlockBottom( 

   string OCRResultID,

   int BlockIdx

)
function GetBlockBottom( 

    OCRResultID: String;

    BlockIdx: Integer

): Integer; 
DispIdAttribute(27)

function GetBlockBottom( 

   OCRResultID : String,

   BlockIdx : int

) : int;
[DispId(27)]

int GetBlockBottom( 

   string* OCRResultID,

   int BlockIdx

) 
[DispId(27)]

int GetBlockBottom( 

   String^ OCRResultID,

   int BlockIdx

) 

Parameters

OCRResultID
BlockIdx
See Also

Reference

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