Click or drag to resize
MetafileLoadingEventArgs Properties

The MetafileLoadingEventArgs type exposes the following members.

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