DicomObjects.NET10 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 Boolean
    'Usage
     
    
    Dim instance As DrawExceptionArgs
    Dim value As Boolean
     
    instance.DrawExceptionOnViewer = value
     
    value = instance.DrawExceptionOnViewer
    public bool DrawExceptionOnViewer {get; set;}
    public:
    property bool DrawExceptionOnViewer {
       bool get();
       void set (    bool value);
    }
    Remarks
    By default this is true, but may be set to false to disable the writing of the text description.
    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