Leadtools.Services.ImageProcessing.DataContracts Namespace : DeskewCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] [DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="DeskewCommandFlags")] public enum DeskewCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> <DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="DeskewCommandFlags")> Public Enum DeskewCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DeskewCommandFlags
[FlagsAttribute()] [DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="DeskewCommandFlags")] public enum DeskewCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Services.ImageProcessing.DataContracts.DeskewCommandFlags = function() { }; Leadtools.Services.ImageProcessing.DataContracts.DeskewCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] [DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="DeskewCommandFlags")] public enum class DeskewCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
DeskewImage | Deskew (rotate) the image. |
DocumentAndPictures | The image contains text and pictures or light text. |
DocumentImage | The image contains only text. |
DoNotFillExposedArea | Find the suitable background color used to fill areas exposed by rotation automatically. FillColor is ignored in this case. |
FillExposedArea | Use the fill color (in the FillColor property, or the fillColor parameter of the Constructor) to fill the areas exposed by rotation. |
NoThreshold | Deskew (rotate) the image for any deskew angle value. |
ReturnAngleOnly | Do not deskew (rotate) the image. Generally this flag is used to find the angle of rotation. |
RotateBicubic | Perform bicubic interpolation when rotating. |
RotateLinear | Do not perform any interpolation methods when rotating. |
RotateResample | Perform bilinear interpolation when rotating. |
Threshold | Do not deskew the image if the deskew angle is very small (less than 0.5 degrees). |
UseHighSpeedRotate | Rotate at high speed (moderate quality, only for 1-bit images). |
UseNormalRotate | Rotate at normal speed (high quality). |
Group | Flags |
Indicates whether to deskew the image after the method finds the skew angle. | DeskewImage, ReturnAngleOnly |
Indicates which background color to use. | FillExposedArea, DoNotFillExposedArea |
Indicates whether to deskew the image if the skew angle is very small. | NoThreshold, Threshold |
Specifies which type of interpolation to use. | RotateLinear, RotateResample, RotateBicubic |
Indicates whether the image contains mostly text, or text and pictures. | DocumentImage, DocumentAndPictures |
Indicates whether to use normal or fast rotation speed. Normal results in high quality. Fast results in moderate quality and is only intended for 1-bit images. | NormalSpeedRotate, HighSpeedRotate |
System.Object
System.ValueType
System.Enum
Leadtools.Services.ImageProcessing.DataContracts.DeskewCommandFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2