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

GetBlockLeft Method (GdPictureOCR)

In This Topic
Syntax
'Declaration

 

Public Function GetBlockLeft( _

   ByVal OCRResultID As String, _

   ByVal BlockIdx As Integer _

) As Integer
public int GetBlockLeft( 

   string OCRResultID,

   int BlockIdx

)
public function GetBlockLeft( 

    OCRResultID: String;

    BlockIdx: Integer

): Integer; 
public function GetBlockLeft( 

   OCRResultID : String,

   BlockIdx : int

) : int;
public: int GetBlockLeft( 

   string* OCRResultID,

   int BlockIdx

) 
public:

int GetBlockLeft( 

   String^ OCRResultID,

   int BlockIdx

) 

Parameters

OCRResultID
BlockIdx
See Also

Reference

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