GdPicture.NET.14
GdPicture14 Namespace / GdPictureOCR Class / GetPageRotation Method
The unique result identifier of the executed OCR process obtained by the RunOCR method.





In This Topic
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 RunOCR method.

Return Value

The decteced page rotation.
See Also