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 Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum SliceCommandFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum SliceCommandFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class SliceCommandFlags : public Enum |
Member | Description |
---|---|
DeskewImage | Do not Deskew. |
WithoutDeskewImage | Deskew the sliced image. |
Normal | Do not perform any interpolation methods when rotating. |
Resample | Perform bilinear interpolation when rotating. |
Bicubic | Perform bicubic interpolation when rotating. |
WithoutCut | Do not cut the slice from its original image. Send the null value to the callback sliceImage parameter. |
CutSlices | Cut the slice from its original image. Send a pointer to the created image to the callback sliceImage parameter. |
You can use a bitwise OR (|) to specify one or more flags.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.SliceCommandFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family