ActiveReports.PdfExport Request technical support
ConvertMetaToPng Property
See Also 


Sets or returns a value indicating whether Windows metafiles are converted to PNG files in the exported PDF document.

Syntax

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

See Also