DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / RenderException Property



    RenderException Property
    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
    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