Initializes a new SliceCommand with explicit parameters.
public SliceCommand(
int maximumDeskewAngle,
RasterColor fillColor,
SliceCommandFlags flags
)
Public Function New( _
ByVal maximumDeskewAngle As Integer, _
ByVal fillColor As Leadtools.RasterColor, _
ByVal flags As Leadtools.Imageprocessing.Core.SliceCommandFlags _
)
public:
SliceCommand(
int maximumDeskewAngle,
Leadtools.RasterColor fillColor,
Leadtools.Imageprocessing.Core.SliceCommandFlags flags
)
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.
Refer to SliceCommandEventArgs example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET