C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new InvertedPageCommand class object with explicit parameters.
public InvertedPageCommand(
InvertedPageCommandFlags flags
)
Public Function New( _
ByVal flags As Leadtools.Imageprocessing.Core.InvertedPageCommandFlags _
)
public InvertedPageCommand(
Leadtools.Imageprocessing.Core.InvertedPageCommandFlags flags
)
- (instancetype)initWithFlags:(LTInvertedPageCommandFlags)flags
public InvertedPageCommand(int flags)
function InvertedPageCommand(
flags
)
public:
InvertedPageCommand(
Leadtools.Imageprocessing.Core.InvertedPageCommandFlags flags
)
flags
Options to only check or perform auto-correction on the image.
You can also use the default constructor of the InvertedPageCommand class and set the options using the Flags property.
For an example, refer to InvertedPageCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET