DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also