Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Flags Property
See Also 
Leadtools.ImageProcessing 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, and whether the image is mostly text or text and pictures.

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, and whether the image is mostly text or text and pictures.

Example

For an example, refer to DeskewExtendedCommand.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also