Click or drag to resize
MetafileLoadingEventArgsMetafileStream Property
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.

Namespace: Ab2d.Common.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public Stream MetafileStream { get; set; }

Property Value

Type: Stream
See Also