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






    OverwriteWithCorrectVR Property
    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
     
    'Usage
     
    
    Dim instance As WriteBehaviours
    Dim value As System.Boolean
     
    instance.OverwriteWithCorrectVR = value
     
    value = instance.OverwriteWithCorrectVR
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also