←Select platform

SliceCommandFlags Enumeration

Summary
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
C#
VB
C++
[FlagsAttribute()] 
public enum SliceCommandFlags   
<FlagsAttribute()> 
Public Enum SliceCommandFlags  
[FlagsAttribute()] 
public enum class SliceCommandFlags   
Members
ValueMemberDescription
0x00000000DeskewImage Do not Deskew.
0x00000000Normal Do not perform any interpolation methods when rotating.
0x00000000WithoutCut Do not cut the slice from its original image. Send the null value to the callback sliceImage parameter.
0x00000001WithoutDeskewImage Deskew the sliced image.
0x00000010Resample Perform bilinear interpolation when rotating.
0x00000020Bicubic Perform bicubic interpolation when rotating.
0x00000100CutSlices Cut 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.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.