Click or drag to resize
ReaderWmfMetafileImages Property

Note: This API is now obsolete.

Gets list of all bitmap images that are defined in Metafile and cannot be converted to vector elements

Namespace: Ab2d
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
[ObsoleteAttribute("Use EmbeddedBitmapImages property instead. The property has been renamed because there were some problems with understanding this property.")]
public List<BitmapSource> MetafileImages { get; }

Property Value

Type: ListBitmapSource
See Also