Gets or sets flags that indicate whether to deskew the image and which background color to use.
public DeskewCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Core.DeskewCommandFlags
public Leadtools.Imageprocessing.Core.DeskewCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTDeskewCommandFlags flags
public int getFlags()
public void setFlags(int value)
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public:
property Leadtools.Imageprocessing.Core.DeskewCommandFlags Flags {
Leadtools.Imageprocessing.Core.DeskewCommandFlags get();
void set ( Leadtools.Imageprocessing.Core.DeskewCommandFlags );
}
Flags that indicate whether to deskew the image, which background color to use, whether to deskew the image if the skew angle is very small, which type of interpolation to use, whether the image contains mostly text, and whether to use normal or fast rotation.
Refer to DeskewCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET