LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

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.

.NET support
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 = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class SliceCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
BicubicPerform bicubic interpolation when rotating.
CutSlicesCut the slice from its original image. Send a pointer to the created image to the callback sliceImage parameter.
DeskewImageDo not Deskew.
NormalDo not perform any interpolation methods when rotating.
ResamplePerform bilinear interpolation when rotating.
WithoutCutDo not cut the slice from its original image. Send the null value to the callback sliceImage parameter.
WithoutDeskewImageDeskew the sliced image.
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: 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

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.