DicomObjects.NET10 Documentation
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: 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