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



In This Topic
    Viewer Property
    In This Topic
    The viewer which threw the exception during drawing
    Syntax
    'Declaration
     
    Public ReadOnly Property Viewer As DicomViewer
    'Usage
     
    Dim instance As DrawExceptionArgs
    Dim value As DicomViewer
     
    value = instance.Viewer
    public DicomViewer Viewer {get;}
    public:
    property DicomViewer^ Viewer {
       DicomViewer^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also