DicomObjects.NET8 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also