DicomObjects.NET Core 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 Boolean
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As Boolean
     
    instance.SilentEndOfFileReached = value
     
    value = instance.SilentEndOfFileReached
    public bool SilentEndOfFileReached {get; set;}
    public:
    property bool SilentEndOfFileReached {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also