Options to only check or perform auto-correction on the image.
public InvertedPageCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Core.InvertedPageCommandFlags
public Leadtools.Imageprocessing.Core.InvertedPageCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTInvertedPageCommandFlags flags
public int getFlags()
public void setFlags(int value)
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public:
property Leadtools.Imageprocessing.Core.InvertedPageCommandFlags Flags {
Leadtools.Imageprocessing.Core.InvertedPageCommandFlags get();
void set ( Leadtools.Imageprocessing.Core.InvertedPageCommandFlags );
}
One or more InvertedPageCommandFlags enumeration members ORed together.
If InvertedPageCommandFlags.Process is specified, then the image is auto-corrected if it is inverted and the value of the IsInverted property will be updated accordingly.
If InvertedPageCommandFlags.NoProcess is specified, then the image is only checked for inversion and the value of IsInverted updated without changing the image data.
For more information, refer to InvertedPageCommandFlags enumeration.
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