LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

InvertedPageCommand Constructor(InvertedPageCommandFlags)

Show in webframe







Options to only check or perform auto-correction on the image.
Initializes a new InvertedPageCommand class object with explicit parameters.
Syntax
public InvertedPageCommand( 
   InvertedPageCommandFlags flags
)
'Declaration
 
Public Function New( _
   ByVal flags As InvertedPageCommandFlags _
)
'Usage
 
Dim flags As InvertedPageCommandFlags
 
Dim instance As New InvertedPageCommand(flags)
public InvertedPageCommand( 
   InvertedPageCommandFlags flags
)
- (id)initWithFlags:(LTInvertedPageCommandFlags)flags;
public InvertedPageCommand(int flags)
function InvertedPageCommand( 
   flags 
)
public:
InvertedPageCommand( 
   InvertedPageCommandFlags flags
)

Parameters

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

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

Example
For an example, refer to InvertedPageCommand.
Requirements

Target Platforms

See Also

Reference

InvertedPageCommand Class
InvertedPageCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.