Flags that indicate whether to deskew the sliced image, which type of interpolation to use when roating, and whether to cut the slice from the original image.
Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum SliceCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SliceCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum SliceCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class SliceCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Bicubic | Perform bicubic interpolation when rotating. |
CutSlices | Cut the slice from its original image. Send a pointer to the created image to the callback sliceImage parameter. |
DeskewImage | Do not Deskew. |
Normal | Do not perform any interpolation methods when rotating. |
Resample | Perform bilinear interpolation when rotating. |
WithoutCut | Do not cut the slice from its original image. Send the null value to the callback sliceImage parameter. |
WithoutDeskewImage | Deskew the sliced image. |
You can use a bitwise OR (|) to specify one or more flags.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.SliceCommandFlags
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)