C#
VB
C++
Gets or sets the whether to show the image Grayscale Inverted (Optional).
[DataMemberAttribute()]
[Element(DicomTag.ShowGrayscaleInverted)]
public Nullable<bool> ShowGrayscaleInverted { get; set; }
<DataMemberAttribute(),
ElementAttribute(7472902)>
Public Property ShowGrayscaleInverted() As System.Nullable(Of Boolean)
Get
Set
public:
[DataMemberAttribute,
ElementAttribute(7472902)]
property System::Nullable<bool> ShowGrayscaleInverted
{
System::Nullable<bool> get()
void set(System::Nullable<bool> value)
}
Value that determines whether to show the image Grayscale Inverted.
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