DicomObjects.NET.8.48 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 read-only property Viewer: DicomViewer; 
    public function get Viewer : DicomViewer
    public: __property DicomViewer* get_Viewer();
    public:
    property DicomViewer^ Viewer {
       DicomViewer^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also