DicomObjects.NET.V8
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
    'Usage
     
    Dim instance As DicomImage
    Dim value As DicomDataSet
     
    instance.PresentationState = value
     
    value = instance.PresentationState
    public DicomDataSet PresentationState {get; set;}
    public:
    property DicomDataSet^ PresentationState {
       DicomDataSet^ get();
       void set (    DicomDataSet^ value);
    }
    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.0 or higher

    See Also