Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum DeskewExtendedCommandFlags Inherits Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum DeskewExtendedCommandFlags : Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class DeskewExtendedCommandFlags : public Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
DeskewImage | Deskew (rotate) the image. |
ReturnAngleOnly | Do not deskew (rotate) the image. Use this flag to find the angle of rotation. |
FillExposedArea | Use the color in fillColor to fill areas exposed by rotation. |
DoNotFillExposedArea | Find the suitable background color to fill areas exposed by rotation automatically. Ignore the DeskewExtendedCommand.FillColor parameter. |
NoThreshold | Deskew (rotate) the image for any deskew angle value. |
Threshold | Do not deskew the image if the deskew angle is very small (less than 0.5 degrees). |
RotateLinear | Do not perform interpolation when rotating. |
RotateResample | Perform bilinear interpolation when rotating. |
RotateBicubic | Perform bicubic interpolation when rotating. |
DocumentImage | The image contains only text. |
DocumentAndPicture | The image contains text and pictures. |
These flags 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 is to be used, and whether the image is mostly text or text and pictures.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.DeskewExtendedCommandFlags
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6