Leadtools.Workflow.ImageProcessing Namespace : HighQualityRotateCommandFlags Enumeration |
[FlagsAttribute()] public enum HighQualityRotateCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum HighQualityRotateCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As HighQualityRotateCommandFlags
[FlagsAttribute()] public enum class HighQualityRotateCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None |
Default, do not resize the image, crop it and use fast rotation over optimal quality. This is the same as specifying the Crop | Fastest flags |
0x00000001 | Crop |
Crop the resulting image. Since a Leadtools.RasterImage is always a rectangular object, rotation will always increase the width and height of the image. Specifying this flag will keep the original image size by cropping the extra size resulting from the rotation operation. The value specified in HighQualityRotateActivity.FillColor will not be used This flag cannot be ORed with Resize |
0x00000002 | Resize |
Size the resulting image as needed. Since a Leadtools.RasterImage is always a rectangular object, rotation will always increase the width and height of the image. Specifying this flag will increase the size of the image and fill the extra space with the value specified in HighQualityRotateActivity.FillColor This flag cannot be ORed with Crop |
0x00000003 | Fastest |
Use fastest interpolation possible (Bilinear) when rotating This flag cannot be ORed with BestQuality |
0x00000004 | BestQuality |
Use highest quality interpolation possible (Bicubic) when rotating This flag cannot be ORed with Fastest |
You can use a bitwise OR (|) to specify one or more flags.
The HighQualityRotateCommandFlags enumeration is used as the type for the HighQualityRotateActivity.Flags property.
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.ImageProcessing.HighQualityRotateCommandFlags