DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / PSLabelCreatedArgs Class / PresentationState Property



    PresentationState Property (PSLabelCreatedArgs)
    The general DICOM Presentation State Instance
    Syntax
    'Declaration
     
    Public Property PresentationState As DicomDataSet
     
    'Usage
     
    Dim instance As PSLabelCreatedArgs
    Dim value As DicomDataSet
     
    instance.PresentationState = value
     
    value = instance.PresentationState
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also