ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearDICOMDisplaySettings Interface / Inverted Property




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