Set true enable page orientation detection, false otherwise.





In This Topic
GdPicture14 Namespace / GdPicturePDF Class / SetOcrPageOrientationDetection Method

SetOcrPageOrientationDetection Method (GdPicturePDF)

In This Topic
Specifies whether the OCR engine must automatically detect the page orientation.
Syntax
'Declaration

 

Public Sub SetOcrPageOrientationDetection( _

   ByVal Enabled As Boolean _

) 
public void SetOcrPageOrientationDetection( 

   bool Enabled

)
public procedure SetOcrPageOrientationDetection( 

    Enabled: Boolean

); 
public function SetOcrPageOrientationDetection( 

   Enabled : boolean

);
public: void SetOcrPageOrientationDetection( 

   bool Enabled

) 
public:

void SetOcrPageOrientationDetection( 

   bool Enabled

) 

Parameters

Enabled
Set true enable page orientation detection, false otherwise.
Remarks
Page orientation detection is activated by default.
See Also