←Select platform

InvertedPageCommand Constructor(InvertedPageCommandFlags)

Summary

Initializes a new InvertedPageCommand class object with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
- (instancetype)initWithFlags:(LTInvertedPageCommandFlags)flags 
public InvertedPageCommand(int flags) 
function InvertedPageCommand(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly