Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
InvertedPageCommand Constructor(InvertedPageCommandFlags)
See Also 
Leadtools.ImageProcessing.Core Namespace > InvertedPageCommand Class > InvertedPageCommand Constructor : InvertedPageCommand Constructor(InvertedPageCommandFlags)



flags
Options to only check or perform auto-correction on the image.
Initializes a new InvertedPageCommand class object with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal flags As InvertedPageCommandFlags _
)
Visual Basic (Usage)Copy Code
Dim flags As InvertedPageCommandFlags
 
Dim instance As InvertedPageCommand(flags)
C# 
public InvertedPageCommand( 
   InvertedPageCommandFlags flags
)
C++/CLI 
public:
InvertedPageCommand( 
   InvertedPageCommandFlags flags
)

Parameters

flags
Options to only check or perform auto-correction on the image.

Example

For an example, refer to InvertedPageCommand.

Remarks

You can also use the default constructor of the InvertedPageCommand class and set the options using the Flags property.

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