Click or drag to resize
ReaderWmfEmbeddedBitmapImages Property
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#
public List<BitmapSource> EmbeddedBitmapImages { get; }

Property Value

Type: ListBitmapSource
See Also