ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPreprocessingSettings Class : DeskewMode Property |
'Declaration Public Property DeskewMode As ImGearRecDeskewMode
'Usage Dim instance As ImGearRecPreprocessingSettings Dim value As ImGearRecDeskewMode instance.DeskewMode = value value = instance.DeskewMode
public ImGearRecDeskewMode DeskewMode {get; set;}
public: __property ImGearRecDeskewMode get_DeskewMode(); public: __property void set_DeskewMode( ImGearRecDeskewMode value );
public: property ImGearRecDeskewMode DeskewMode { ImGearRecDeskewMode get(); void set ( ImGearRecDeskewMode value); }
This property specifies which image deskewing mode will be used during ImGearRecProcess.IMGPREPROCESS processes. Deskewing mode can be automatic, programmable, or turned off entirely.
Alternatively, deskewing can be performed manually by the Deskew method.