←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly