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

Leadtools.Pdf Assembly