Gets a value indicating whether the image is inverted.
public bool IsInverted { get; }
Public ReadOnly Property IsInverted As Boolean
public bool IsInverted {get;}
@property (nonatomic, assign, readonly) BOOL isInverted
public boolean isInverted()
get_IsInverted();
public:
property bool IsInverted {
bool get();
}
true if the image is inverted, otherwise; false.
The value of the IsInverted property is updated after the command is run on an image. You can specify whether the command will change the image data or just check for inversion using the Flags property. However, the IsInverted property will always be updated whether or not the image data was changed.
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