←Select platform

EmbedAllFonts Property

Summary
Enables or disables font embedding in the output PDF file.
Syntax
C#
VB
C++
Java
public bool EmbedAllFonts { get; set; } 
Public Property EmbedAllFonts As Boolean 
public boolean getEmbedAllFonts(); 
public void setEmbedAllFonts( 
   boolean booleanValue 
); 
public: 
property bool EmbedAllFonts { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

If true, specifies that all fonts are to be embedded in the PDF file, default false.

Remarks

Embedding the fonts in the output file results in a larger PDF file.

Example

For an example, refer to PDFOptimizerOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.