Accusoft.FSInvoices1.Net
Deskew Property




Gets and sets the flag that specifies whether to perform Deskew.
Syntax
'Declaration
 
Public Property Deskew As Boolean
'Usage
 
Dim instance As ImageLoaderPreprocessingOptions
Dim value As Boolean
 
instance.Deskew = value
 
value = instance.Deskew
public bool Deskew {get; set;}
public: __property bool get_Deskew();
public: __property void set_Deskew( 
   bool value
);
public:
property bool Deskew {
   bool get();
   void set (    bool value);
}
Remarks

This parameter should normally be true. Skewed images reduce OCR efficiency

Default: true.

See Also

Reference

ImageLoaderPreprocessingOptions Class
ImageLoaderPreprocessingOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback