DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class / PresentationStates Property



In This Topic
    PresentationStates Property
    In This Topic
    Support for a list of DICOM greyscale presentation state
    Syntax
    'Declaration
     
    
    Public Property PresentationStates As DicomDataSetCollection
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As DicomDataSetCollection
     
    instance.PresentationStates = value
     
    value = instance.PresentationStates
    public DicomDataSetCollection PresentationStates {get; set;}
    public:
    property DicomDataSetCollection^ PresentationStates {
       DicomDataSetCollection^ get();
       void set (    DicomDataSetCollection^ value);
    }
    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: 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