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.ReaderWmfAssembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax public Stream MetafileStream { get; set; }
Property Value
Type:
StreamSee Also