In This Topic
Controls whether non-image objects throw an exception during rendering
Syntax
'Declaration
Public Shared Property RenderException As System.Boolean
'Usage
Dim value As System.Boolean
DicomGlobal.RenderException = value
value = DicomGlobal.RenderException
public static System.bool RenderException {get; set;}
public read-write property RenderException: System.Boolean; static;
public static function get,set RenderException : System.boolean
public: __property static System.bool get_RenderException();
public: __property static void set_RenderException(
System.bool value
);
public:
static property System.bool RenderException {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also