←Select platform

DeskewCommand Constructor(RasterColor,DeskewCommandFlags)

Summary

Initializes a new DeskewCommand class object with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
- (instancetype)initWithFillColor:(LTRasterColor *)fillColor 
                            flags:(LTDeskewCommandFlags)flags 
             
public DeskewCommand( 
   RasterColor fillColor, 
   int flags 
) 
             
function DeskewCommand(  
   fillColor , 
   flags  
) 

Parameters

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.

Example

Refer to DeskewCommand.

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