DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / DrawExceptionArgs Class / DrawExceptionOnViewer Property



    DrawExceptionOnViewer Property
    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 Boolean
     
    'Usage
     
    Dim instance As DrawExceptionArgs
    Dim value As Boolean
     
    instance.DrawExceptionOnViewer = value
     
    value = instance.DrawExceptionOnViewer
    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.0 or higher

    See Also