DicomObjects.NET.8.48 Documentation
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.8 or higher

    See Also