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
    public static System.bool RenderException {get; set;}
    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