| Leadtools.ImageProcessing.Core Namespace : SliceCommandFlags Enumeration |
Flags that indicate whether to deskew the sliced image, which type of interpolation to use when rotating, and whether to cut the slice from the original image.


[FlagsAttribute()] public enum SliceCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum SliceCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As SliceCommandFlags
[FlagsAttribute()] public enum SliceCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Core.SliceCommandFlags = function() { };
Leadtools.ImageProcessing.Core.SliceCommandFlags.prototype = {
WithoutCut = 0x00000000,
Normal = 0x00000000,
WithoutDeskewImage = 0x00000001,
DeskewImage = 0x00000001,
Resample = 0x00000010,
Bicubic = 0x00000020,
CutSlices = 0x00000100,
};
[FlagsAttribute()] public enum class SliceCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.SliceCommandFlags