←Select platform

EmbedAllFonts Property

Summary

Enables or disables font embedding in the output PDF file.

Syntax
C#
VB
C++
public bool EmbedAllFonts { get; set; } 
Public Property EmbedAllFonts As Boolean 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly