←Select platform

DeskewCommand Constructor(RasterColor,DeskewCommandFlags)

Summary

Initializes a new DeskewCommand class object with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal fillColor As RasterColor, _ 
   ByVal flags As DeskewCommandFlags _ 
) 
- (instancetype)initWithFillColor:(LTRasterColor *)fillColor 
                            flags:(LTDeskewCommandFlags)flags 
public DeskewCommand( 
   RasterColor fillColor, 
   int flags 
) 
public: 
DeskewCommand(  
   RasterColor fillColor, 
   DeskewCommandFlags 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly