'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.