←Select platform

InvertedPageCommand Constructor(InvertedPageCommandFlags)

Summary

Initializes a new InvertedPageCommand class object with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal flags As InvertedPageCommandFlags _ 
) 
- (instancetype)initWithFlags:(LTInvertedPageCommandFlags)flags 
public InvertedPageCommand(int 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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly