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 RasterColor, _
ByVal flags As SliceCommandFlags _
)
public:
SliceCommand(
int maximumDeskewAngle,
RasterColor fillColor,
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document