C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / ComplexExporter Class / ConvertEmfPlusToEmfOnly Method

In This Topic
ConvertEmfPlusToEmfOnly Method (ComplexExporter)
In This Topic
Indicates whether page metafiles of types System.Drawing.Imaging.EmfType.EmfPlusDual and System.Drawing.Imaging.EmfType.EmfPlusOnly should be converted to System.Drawing.Imaging.EmfType.EmfOnly type before exporting. The base implementation returns false.
Syntax
'Declaration
 
Protected Overridable Function ConvertEmfPlusToEmfOnly() As Boolean
 
See Also