Gets a value indicating whether the image is inverted.
[DataMemberAttribute(Name="IsInverted", IsRequired=true)]
public bool IsInverted { get; set; }
<DataMemberAttribute(Name="IsInverted", IsRequired=True)>
Public Property IsInverted As Boolean
[DataMemberAttribute(Name="IsInverted", IsRequired=true)]
public:
property bool IsInverted {
bool get();
void set ( bool );
}
True if the image is inverted; otherwise it is 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.
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