Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
Flags Property
See Also 
Leadtools.ImageProcessing.Core Namespace > DeskewCheckCommand 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 to use, whether the image contains mostly text, and which type of rotation to use.

Syntax

Visual Basic (Declaration) 
Public Property Flags As DeskewCheckCommandFlags
Visual Basic (Usage)Copy Code
Dim instance As DeskewCheckCommand
Dim value As DeskewCheckCommandFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public DeskewCheckCommandFlags Flags {get; set;}
Managed Extensions for C++ 
public: __property DeskewCheckCommandFlags get_Flags();
public: __property void set_Flags( 
   DeskewCheckCommandFlags value
);
C++/CLI 
public:
property DeskewCheckCommandFlags Flags {
   DeskewCheckCommandFlags get();
   void set (DeskewCheckCommandFlags 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 which type of rotation to use. The default value is DeskewCheckCommandFlags::DeskewImage | DeskewCheckCommandFlags::FillExposedArea

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