The DeskewCommandRotationSpeed Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Flags that indicate 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.Visual Basic (Declaration) | |
---|---|
Public Enum DeskewCommandRotationSpeed Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DeskewCommandRotationSpeed |
C# | |
---|---|
public enum DeskewCommandRotationSpeed : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DeskewCommandRotationSpeed : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
HighSpeedRotate | Use fast rotation speed (moderate quality, only for 1-bit images). |
NormalSpeedRotate | Use normal rotation speed (high quality). |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.ImageProcessing.DeskewCommandRotationSpeed
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7