ActiveReports.Web Request technical support
ConvertMetaToPng Property
See Also 


Specifies if the PDF Export should convert WMF/EMF images into PNG for the PDF Viewer type.

Syntax

Visual Basic (Declaration) 
Public Property ConvertMetaToPng As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PdfExportOptions
Dim value As Boolean
 
instance.ConvertMetaToPng = value
 
value = instance.ConvertMetaToPng
C# 
public bool ConvertMetaToPng {get; set;}

See Also