SetOcrPageOrientationDetection Method (GdPicturePDF)
In This Topic
Specifies whether the OCR engine must automatically detect the page orientation.
Syntax
'Declaration
Public Sub SetOcrPageOrientationDetection( _
ByVal As Boolean _
)
public void SetOcrPageOrientationDetection(
bool
)
public procedure SetOcrPageOrientationDetection(
: Boolean
);
public function SetOcrPageOrientationDetection(
: boolean
);
public: void SetOcrPageOrientationDetection(
bool
)
public:
void SetOcrPageOrientationDetection(
bool
)
Parameters
- Enabled
- Set true enable page orientation detection, false otherwise.
See Also