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



In This Topic
    PresentationStateItem Property
    In This Topic
    The specific DICOM Presentation State Item from which the label is created
    Syntax
    'Declaration
     
    
    Public Property PresentationStateItem As DicomDataSet
    'Usage
     
    
    Dim instance As PSLabelCreatedArgs
    Dim value As DicomDataSet
     
    instance.PresentationStateItem = value
     
    value = instance.PresentationStateItem
    public DicomDataSet PresentationStateItem {get; set;}
    public:
    property DicomDataSet^ PresentationStateItem {
       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