ImageGear .NET - Updated
Inverted Property (IImGearDICOMDisplaySettings)




ImageGear24.Core Assembly > ImageGear.Core Namespace > IImGearDICOMDisplaySettings Interface : Inverted Property
Gets or sets a value indicating whether image contrast is inverted.
Syntax
'Declaration
 
Property Inverted As Boolean
'Usage
 
Dim instance As IImGearDICOMDisplaySettings
Dim value As Boolean
 
instance.Inverted = value
 
value = instance.Inverted
bool Inverted {get; set;}
__property bool get_Inverted();
__property void set_Inverted( 
   bool value
);
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.

See Also

Reference

IImGearDICOMDisplaySettings Interface
IImGearDICOMDisplaySettings Members