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





In This Topic
GdPicture14 Namespace / GdPictureOCR Class / GetPageSkewAngle Method

GetPageSkewAngle Method (GdPictureOCR)

In This Topic
Returns the page skew angle, in degrees, clockwise, detected during a specific OCR process.
Syntax
'Declaration
 
Public Function GetPageSkewAngle( _
   ByVal OCRResultID As String _
) As Single
public float GetPageSkewAngle( 
   string OCRResultID
)
public function GetPageSkewAngle( 
    OCRResultID: String
): Single; 
public function GetPageSkewAngle( 
   OCRResultID : String
) : float;
public: float GetPageSkewAngle( 
   string* OCRResultID
) 
public:
float GetPageSkewAngle( 
   String^ OCRResultID
) 

Parameters

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

Return Value

The decteced page skew angle.
See Also