Indicates whether page metafiles of types EmfPlusDual and EmfPlusOnly should be converted to EmfOnly type before exporting. The base implementation returns the value of EmfPlusToEmfOnly property.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected override bool ConvertEmfPlusToEmfOnly()
Visual Basic
Protected Overrides Function ConvertEmfPlusToEmfOnly As Boolean

See Also