The unique result identifier of the executed OCR process obtained by the GdPictureOCR.RunOCR method.





In This Topic
GdPicture14 Namespace / GdPictureOCR Class / GetPageRotation Method

GetPageRotation Method (GdPictureOCR)

In This Topic
Returns the page rotation, in degrees, clockwise, detected during a specific OCR process.
Syntax
'Declaration

 

Public Function GetPageRotation( _

   ByVal OCRResultID As String _

) As Integer
public int GetPageRotation( 

   string OCRResultID

)
public function GetPageRotation( 

    OCRResultID: String

): Integer; 
public function GetPageRotation( 

   OCRResultID : String

) : int;
public: int GetPageRotation( 

   string* OCRResultID

) 
public:

int GetPageRotation( 

   String^ OCRResultID

) 

Parameters

OCRResultID
The unique result identifier of the executed OCR process obtained by the GdPictureOCR.RunOCR method.

Return Value

The decteced page rotation.
See Also