DicomObjects.NET.8.48 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
    public DicomDataSetCollection PresentationStates {get; set;}
    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 4.8 or higher

    See Also