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

GetBlockOrientation Method (GdPictureOCR)

In This Topic
Syntax
'Declaration

 

Public Function GetBlockOrientation( _

   ByVal OCRResultID As String, _

   ByVal BlockIdx As Integer _

) As OCRBlockOrientation
public OCRBlockOrientation GetBlockOrientation( 

   string OCRResultID,

   int BlockIdx

)
public function GetBlockOrientation( 

    OCRResultID: String;

    BlockIdx: Integer

): OCRBlockOrientation; 
public function GetBlockOrientation( 

   OCRResultID : String,

   BlockIdx : int

) : OCRBlockOrientation;
public: OCRBlockOrientation GetBlockOrientation( 

   string* OCRResultID,

   int BlockIdx

) 
public:

OCRBlockOrientation GetBlockOrientation( 

   String^ OCRResultID,

   int BlockIdx

) 

Parameters

OCRResultID
BlockIdx
See Also

Reference

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