DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / PresentationState Property

In This Topic
    PresentationState Property (DicomImage)
    In This Topic
    Support for DICOM greyscale presentation state
    Syntax
    'Declaration
     
    
    Public Property PresentationState As DicomDataSet
    public DicomDataSet PresentationState {get; set;}
    Remarks
    When this property is set to an existing DicomDataSet containing a valid DICOM greyscale presentation state, all the normal display parameters (Zoom, Scroll, Width & Level etc.) are over-ridden, and the display is determines solely by the presentation state as defined in DICOM supplement 33.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also