Options to only check or perform auto-correction on the image.
[DataMemberAttribute(Name="Flags", IsRequired=true)]
public InvertedPageCommandFlags Flags { get; set; }
<DataMemberAttribute(Name="Flags", IsRequired=True)>
Public Property Flags As Leadtools.Services.Imageprocessing.Datacontracts.InvertedPageCommandFlags
[DataMemberAttribute(Name="Flags", IsRequired=true)]
public:
property Leadtools.Services.Imageprocessing.Datacontracts.InvertedPageCommandFlags Flags {
Leadtools.Services.Imageprocessing.Datacontracts.InvertedPageCommandFlags get();
void set ( Leadtools.Services.Imageprocessing.Datacontracts.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 InvertedPageResponse.IsInverted property will be updated accordingly.
If InvertedPageCommandFlags.NoProcess is specified, then the image is checked for inversion only and the value of InvertedPageResponse.IsInverted updated without changing the image data.
For more information, refer to InvertedPageCommandFlags enumeration.
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