Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
DeskewCheckCommand Constructor(RasterColor,DeskewCheckCommandFlags)
See Also 
Leadtools.ImageProcessing.Core Namespace > DeskewCheckCommand Class > DeskewCheckCommand Constructor : DeskewCheckCommand Constructor(RasterColor,DeskewCheckCommandFlags)




fillColor
Color used to fill the background following rotation. This is used only if DeskewCheckCommandFlags.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 which type of rotation to use.
Initializes a new DeskewCheckCommand class object with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal fillColor As RasterColor, _
   ByVal flags As DeskewCheckCommandFlags _
)
Visual Basic (Usage)Copy Code
Dim fillColor As RasterColor
Dim flags As DeskewCheckCommandFlags
 
Dim instance As DeskewCheckCommand(fillColor, flags)
C# 
public DeskewCheckCommand( 
   RasterColor fillColor,
   DeskewCheckCommandFlags flags
)
Managed Extensions for C++ 
public: DeskewCheckCommand( 
   RasterColor fillColor,
   DeskewCheckCommandFlags flags
)
C++/CLI 
public:
DeskewCheckCommand( 
   RasterColor fillColor,
   DeskewCheckCommandFlags flags
)

Parameters

fillColor
Color used to fill the background following rotation. This is used only if DeskewCheckCommandFlags.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 which type of rotation to use.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also