A value that indicate if this page has been inverted.
public bool IsInverted { get; set; }
Public Property IsInverted As Boolean
public bool IsInverted {get; set;}
@property (nonatomic, assign) BOOL isInverted;
@property (nonatomic, assign) BOOL isInverted
public boolean isInverted()
public void setIsInverted(boolean value)
<br/>get_IsInverted();<br/>set_IsInverted(value);<br/>Object.defineProperty('IsInverted');
true if this page has been inverted, otherwise; false.
IOcrPage.AutoPreprocess will update this value if OcrAutoPreprocessPageCommand.Invert was used and the page was inverted.
For an example, refer to IOcrPage.SetOverlayImage.
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