LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal flags As InvertedPageCommandFlags _
)
Visual Basic (Usage)Copy Code
Dim flags As InvertedPageCommandFlags
 
Dim instance As New 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also