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 > DeskewExtendedCommand Class : Flags Property



Gets or sets 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 is to be used, whether the image is mostly text or text and pictures, and whether to use normal or high speed rotation.

Syntax

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

Return Value

Value that indicates 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 is to be used, whether the image is mostly text or text and pictures, and whether to use normal or high speed rotation.

Example

Refer to DeskewExtendedCommand 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