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






    PresentationState Property (DicomImage)
    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
    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