DetectOrientation Property (GdPicturePDF.PdfOcrOptions)
In This Topic
Specifies whether the OCR engine shall detect image rotation before running OCR.
Syntax
'Declaration
Public Property DetectOrientation As Boolean
public bool DetectOrientation {get; set;}
public read-write property DetectOrientation: Boolean;
public function get,set DetectOrientation : boolean
public: __property bool get_DetectOrientation();
public: __property void set_DetectOrientation(
bool value
);
public:
property bool DetectOrientation {
bool get();
void set ( bool value);
}
Property Value
The default value is true.
See Also