←Select platform

SliceCommand Constructor(int,RasterColor,SliceCommandFlags)

Summary

Initializes a new SliceCommand with explicit parameters.

Syntax
C#
VB
C++
Public Function New( _ 
   ByVal maximumDeskewAngle As Integer, _ 
   ByVal fillColor As RasterColor, _ 
   ByVal flags As SliceCommandFlags _ 
) 

Parameters

maximumDeskewAngle
Maximum angle of deskew, in hundredths of a degree. Possible values range from 0 to 1000. (The value in degrees is MaximumDeskewAngle divided by 100). This parameter is used only if the SliceCommandFlags.DeskewImage flag is set.

fillColor
Specifies the fill color for any exposed areas.

flags
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.

Example

Refer to SliceCommandEventArgs example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly