DicomObjects.NetStandard Documentation
DicomObjects.EventArguments Namespace / PSLabelCreatedArgs Class / PresentationState Property



In This Topic
    PresentationState Property (PSLabelCreatedArgs)
    In This Topic
    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
    public DicomDataSet PresentationState {get; set;}
    public:
    property DicomDataSet^ PresentationState {
       DicomDataSet^ get();
       void set (    DicomDataSet^ value);
    }
    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