DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / PresentationStates Property



PresentationStates Property
Support for a list of DICOM greyscale presentation state
Syntax
public DicomDataSetCollection PresentationStates {get; set;}
public:
property DicomDataSetCollection^ PresentationStates {
   DicomDataSetCollection^ get();
   void set (    DicomDataSetCollection^ value);
}
'Declaration
 
Public Property PresentationStates As DicomDataSetCollection
 
'Usage
 
Dim instance As DicomImage
Dim value As DicomDataSetCollection
 
instance.PresentationStates = value
 
value = instance.PresentationStates
Remarks
This property is for user to provide a list of PresentationStates for matching. If the Image's PresentationState property is null then the first matching item from this list will get used.
Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also