←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
WinRT C#
C++
[FlagsAttribute()] 
public enum SliceCommandFlags   
<FlagsAttribute()> 
Public Enum SliceCommandFlags  
    
    
[FlagsAttribute()] 
public enum SliceCommandFlags    
Leadtools.ImageProcessing.Core.SliceCommandFlags = function() { }; 
Leadtools.ImageProcessing.Core.SliceCommandFlags.prototype = {<br/> 
  LeadtoolsMemberMarker(replace me) 
 }; 
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly