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



    PresentationStateFeaturesUsed Property
    The presentation state features to use
    Syntax
    'Declaration
     
    Public Property PresentationStateFeaturesUsed As PresentationStateFeatures
     
    'Usage
     
    Dim instance As DicomImage
    Dim value As PresentationStateFeatures
     
    instance.PresentationStateFeaturesUsed = value
     
    value = instance.PresentationStateFeaturesUsed
    Remarks

    Features not included will be controlled by standard DicomImage properties

    The default value is DicomObjects.Enums.PresentationStateFeatures.All

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also