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

In This Topic
    SilentEndOfFileReached Property
    In This Topic
    Set to true to tell DicomObjects to not throw End Of File Reached exception and stop reading from file when an attribute with bad length is encountered. Default value is false
    Syntax
    'Declaration
     
    
    Public Property SilentEndOfFileReached As System.Boolean
    public System.bool SilentEndOfFileReached {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also