←Select platform

SubsetFonts Property

Summary

Enables or disables font sub-setting in the output PDF file.

Syntax
C#
VB
C++
public bool SubsetFonts { get; set; } 
Public Property SubsetFonts As Boolean 
public: 
property bool SubsetFonts { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

If true, enables font subsetting. If false, sub-setting is not enabled.

Remarks

Font sub-setting embeds only those glyphs that are used in a document, instead of the entire font.

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