DicomObjects.NET.V8
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 Boolean
    'Usage
     
    Dim value As Boolean
     
    DicomGlobal.RenderException = value
     
    value = DicomGlobal.RenderException
    public static bool RenderException {get; set;}
    public:
    static property bool RenderException {
       bool get();
       void set (    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.0 or higher

    See Also