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
public bool SilentEndOfFileReached {get; set;}
public:
property bool SilentEndOfFileReached {
bool get();
void set ( bool value);
}
'Declaration
Public Property SilentEndOfFileReached As Boolean
'Usage
Dim instance As ReadBehaviours
Dim value As Boolean
instance.SilentEndOfFileReached = value
value = instance.SilentEndOfFileReached
Target Platforms: .NET CLR 4.0 or higher