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 = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class SliceCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.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. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.SliceCommandFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2