DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / ReadBehaviours Class / ReadAndDiscardPrivateAttributes Property

In This Topic
    ReadAndDiscardPrivateAttributes Property
    In This Topic
    Reads and parses all private attributes, then discards them so they are not added to the resulting dataset. This overrides IgnoreAllPrivateAttributes but still keeps attributes listed in PrivateAttributesToRead.
    Syntax
    'Declaration
     
    
    Public Property ReadAndDiscardPrivateAttributes As System.Boolean
    public System.bool ReadAndDiscardPrivateAttributes {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also