DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / WriteBehaviours Class / OverwriteWithCorrectVR Property

In This Topic
    OverwriteWithCorrectVR Property
    In This Topic
    Controls the correction of mismatching VR. If this settings is enabled correction of wrong VR for all attributes will be attempted when writing out or sending, this won't affect the original dataset
    Syntax
    'Declaration
     
    
    Public Property OverwriteWithCorrectVR As System.Boolean
    public System.bool OverwriteWithCorrectVR {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also