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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also