| MetafileLoadedEventArgs Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Ab2d.Common.ReaderWmf
 Syntax
Syntaxpublic class MetafileLoadedEventArgs : EventArgs
The MetafileLoadedEventArgs type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | MetafileLoadedEventArgs | 
            Constructor
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | MetafileUri | 
            Gets an Uri of the metafile that was read.
             | 
|  | ReadMetafile | 
            Gets the Viewbox (for WmfViewbox) or Image (for WmfDrawing) that contains the read metafile.
             | 
|  | UserReaderWmf | 
            Gets an instance of the Ab2d.ReaderWmf that is used to read the metafile.
             | 
 See Also
See Also