LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

DeskewCommand Constructor(RasterColor,DeskewCommandFlags)

Show in webframe







Used to fill the background following rotation. This is used only if DeskewCommandFlags.FillExposedArea is set in the flags parameter.
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.
Initializes a new DeskewCommand class object with explicit parameters.
Syntax
public DeskewCommand( 
   RasterColor fillColor,
   DeskewCommandFlags flags
)
'Declaration
 
Public Function New( _
   ByVal fillColor As RasterColor, _
   ByVal flags As DeskewCommandFlags _
)
'Usage
 
Dim fillColor As RasterColor
Dim flags As DeskewCommandFlags
 
Dim instance As New DeskewCommand(fillColor, flags)
public DeskewCommand( 
   RasterColor fillColor,
   DeskewCommandFlags flags
)
- (id)initWithFillColor:(LTRasterColor*)fillColor 
                  flags:(LTDeskewCommandFlags)flags;
            
public DeskewCommand(
   RasterColor fillColor,
   int flags
)
            
function DeskewCommand( 
   fillColor ,
   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

See Also

Reference

DeskewCommand Class
DeskewCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.