DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / PresentationStateFeaturesUsed Property






In This Topic
    PresentationStateFeaturesUsed Property
    In This Topic
    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
    public PresentationStateFeatures PresentationStateFeaturesUsed {get; set;}
    public read-write property PresentationStateFeaturesUsed: PresentationStateFeatures; 
    public function get,set PresentationStateFeaturesUsed : PresentationStateFeatures
    public: __property PresentationStateFeatures get_PresentationStateFeaturesUsed();
    public: __property void set_PresentationStateFeaturesUsed( 
       PresentationStateFeatures value
    );
    public:
    property PresentationStateFeatures PresentationStateFeaturesUsed {
       PresentationStateFeatures get();
       void set (    PresentationStateFeatures value);
    }
    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.8 or higher

    See Also