Gets or sets flags that indicate whether to deskew the image and which background color to use.
[DataMemberAttribute(Name="Flags", IsRequired=true)]
public DeskewCommandFlags Flags { get; set; }
<DataMemberAttribute(Name="Flags", IsRequired=True)>
Public Property Flags As Leadtools.Services.Imageprocessing.Datacontracts.DeskewCommandFlags
[DataMemberAttribute(Name="Flags", IsRequired=true)]
public:
property Leadtools.Services.Imageprocessing.Datacontracts.DeskewCommandFlags Flags {
Leadtools.Services.Imageprocessing.Datacontracts.DeskewCommandFlags get();
void set ( Leadtools.Services.Imageprocessing.Datacontracts.DeskewCommandFlags );
}
Flags that indicate whether to deskew the image and which background color to be used, 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.
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