ConvertMetaToPng Property (PdfExportOptions)
In This Topic
Specifies if the PDF Export should convert WMF/EMF images into PNG for the PDF Viewer type.
Syntax
'Declaration
Public Property ConvertMetaToPng As Boolean
public bool ConvertMetaToPng {get; set;}
Property Value
A
System.Boolean value.
true
if WMF/EMF images should be converted to PNG; otherwise,
false
.
See Also