DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / RenderException Property






In This Topic
    RenderException Property
    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);
    }
    Remarks
    If true, then attempts to display or otherwise render images without the required attributes (e.g. structured reports) will throw an exception. If false (default value), then such attempts merely result in a blank output.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also