←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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Pdf Assembly
Click or drag to resize