DicomObjects.NET Core 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 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also