DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / DrawExceptionArgs Class / DrawExceptionOnViewer Property

In This Topic
    DrawExceptionOnViewer Property
    In This Topic
    A read/write property to control whether the default message detailing the exception is to be drawn onto the viewer's surface.
    Syntax
    'Declaration
     
    
    Public Property DrawExceptionOnViewer As System.Boolean
    public System.bool DrawExceptionOnViewer {get; set;}
    Remarks
    By default this is true, but may be set to false to disable the writing of the text description.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also