Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Flags Property
See Also 
Leadtools.ImageProcessing.Core Namespace > DeskewCommand Class : Flags Property



Gets or sets flags that indicate whether to deskew the image and which background color to use.

Syntax

Visual Basic (Declaration) 
Public Property Flags As DeskewCommandFlags
Visual Basic (Usage)Copy Code
Dim instance As DeskewCommand
Dim value As DeskewCommandFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public DeskewCommandFlags Flags {get; set;}
C++/CLI 
public:
property DeskewCommandFlags Flags {
   DeskewCommandFlags get();
   void set (DeskewCommandFlags value);
}

Return Value

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: 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