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
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As System.Boolean
     
    instance.SilentEndOfFileReached = value
     
    value = instance.SilentEndOfFileReached
    public System.bool SilentEndOfFileReached {get; set;}
    public read-write property SilentEndOfFileReached: System.Boolean; 
    public function get,set SilentEndOfFileReached : System.boolean
    public: __property System.bool get_SilentEndOfFileReached();
    public: __property void set_SilentEndOfFileReached( 
       System.bool value
    );
    public:
    property System.bool SilentEndOfFileReached {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also