LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

SliceCommandFlags Enumeration

Show in webframe







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.

Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum SliceCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SliceCommandFlags
[FlagsAttribute()]
public enum SliceCommandFlags : System.IComparableSystem.IConvertibleSystem.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.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000WithoutCutDo not cut the slice from its original image. Send the null value to the callback sliceImage parameter.
0x00000000NormalDo not perform any interpolation methods when rotating.
0x00000001WithoutDeskewImageDeskew the sliced image.
0x00000001DeskewImageDo not Deskew.
0x00000010ResamplePerform bilinear interpolation when rotating.
0x00000020BicubicPerform bicubic interpolation when rotating.
0x00000100CutSlicesCut the slice from its original image. Send a pointer to the created image to the callback sliceImage parameter.
Remarks
You can use a bitwise OR (|) to specify one or more flags.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.SliceCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.