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

In This Topic
    TryConvertInvalidTags Property
    In This Topic
    Set to true to let DicomObjects automatically correct mismatched VRs and values for invalid tags (Uncompleted). Default is false.
    Syntax
    'Declaration
     
    
    Public Property TryConvertInvalidTags As System.Boolean
    public System.bool TryConvertInvalidTags {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also