ActiveReports.Web Request technical support
NeverEmbedFonts Property
See Also 


Specifies the fonts the PDF Export should not embed for the PDF Viewer type.

Syntax

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

See Also