Click or drag to resize
ReaderWmfReadEmfPlusRecords Property
Gets of sets a Boolean that specifies if emf plus records are read. Default value is true.

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

Property Value

Type: Boolean
Remarks

Some metafiles contains additional data stored in emf plus records.

Those records can contains images that are more detailed than the imaged defined in normal metafile records. When ReadEmfPlusRecords is set to true (by default), the Ab2d.ReaderWmf will use the detailed images instead of images defined in normal metafile records.

Because the emf plus records are not completely documented, the reading of emf plus records could lead to some problems. Reading emf plus records was extensively tested, so problems are very unprobable. But in case they happen it is possible to skip reading emf plus records by setting ReadEmfPlusRecords to false.

See Also