ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Formats.DICOM Namespace / ImGearDICOMDisplaySettings Class / Inverted Property




In This Topic
    Inverted Property (ImGearDICOMDisplaySettings)
    In This Topic
    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