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