ThrowNotDICOMDIRError Property
In This Topic
Controls whether to throw an exception if a file which is apparently a DICOM does not contain the
expected DICOMDIR offset attributes.
Syntax
'Declaration
Public Property ThrowNotDICOMDIRError As System.Boolean
'Usage
Dim instance As ReadBehaviours
Dim value As System.Boolean
instance.ThrowNotDICOMDIRError = value
value = instance.ThrowNotDICOMDIRError
public System.bool ThrowNotDICOMDIRError {get; set;}
public read-write property ThrowNotDICOMDIRError: System.Boolean;
public function get,set ThrowNotDICOMDIRError : System.boolean
public: __property System.bool get_ThrowNotDICOMDIRError();
public: __property void set_ThrowNotDICOMDIRError(
System.bool value
);
public:
property System.bool ThrowNotDICOMDIRError {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also