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



PresentationStateItem Property
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
Requirements

Target Platforms: .NET CLR 4.0 or higher

See Also