Initializes a new DeskewCommand class object with explicit parameters.
public DeskewCommand(
RasterColor fillColor,
DeskewCommandFlags flags
)
Public Function New( _
ByVal fillColor As Leadtools.RasterColor, _
ByVal flags As Leadtools.Imageprocessing.Core.DeskewCommandFlags _
)
public DeskewCommand(
Leadtools.RasterColor fillColor,
Leadtools.Imageprocessing.Core.DeskewCommandFlags flags
)
function DeskewCommand(
fillColor ,
flags
)
public:
DeskewCommand(
Leadtools.RasterColor fillColor,
Leadtools.Imageprocessing.Core.DeskewCommandFlags flags
)
fillColor
Used to fill the background following rotation. This is used only if DeskewCommandFlags.FillExposedArea is set in the flags parameter.
flags
Flags that indicate whether to deskew the image, which background color to use, whether to deskew the image if the skew angle is very small, which type of interpolation to use, whether the image contains mostly text, and whether to use normal or fast rotation.
Refer to DeskewCommand.
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