ImageGear .NET v25.1 - Updated
Inverted Property (ImGearDICOMDisplaySettings)




ImageGear.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearDICOMDisplaySettings Class : Inverted Property
Gets or sets a value indicating whether image contrast is inverted.
Syntax
'Declaration
 
Public Property Inverted As Boolean
'Usage
 
Dim instance As ImGearDICOMDisplaySettings
Dim value As Boolean
 
instance.Inverted = value
 
value = instance.Inverted
public bool Inverted {get; set;}
public: __property bool get_Inverted();
public: __property void set_Inverted( 
   bool value
);
public:
property bool Inverted {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
This property tells whether the image shall be displayed with inverted contrast. ImageGear sets this property to true for images that have Photometric Interpretation set to MONOCHROME1, or Presentation LUT set to INVERSE.

UpdateDisplaySummaryLUT method takes this property into account when it builds the summary LUT.

The default value is false.

See Also

Reference

ImGearDICOMDisplaySettings Class
ImGearDICOMDisplaySettings Members