Click or drag to resize
MetafileLoadingEventArgs Class
MetafileLoadingEventArgs is used for MetafileLoading event on WmfViewbox and WmfDrawing.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab2d.Common.ReaderWmfMetafileLoadingEventArgs

Namespace: Ab2d.Common.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public class MetafileLoadingEventArgs : EventArgs

The MetafileLoadingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodMetafileLoadingEventArgs
Constructor
Top
Properties
  NameDescription
Public propertyMetafileStream
Gets or sets a Stream that will be used to read the metafile. The MetafileStream can be changed in the event handler to change the read metafile.
Public propertyMetafileUri
Gets or sets an Uri of the metafile that will be read.
Public propertyUserReaderWmf
Gets an instance of the Ab2d.ReaderWmf that is used to read the metafile.
Top
See Also