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: .NET CLR 4.0 or higher
See Also