public bool IsInverted { get; }
Public ReadOnly Property IsInverted As Boolean
@property (nonatomic, assign, readonly) BOOL isInverted
public boolean 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document