Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

SubsetFonts Property






Enables or disables font sub-setting in the output PDF file.
Syntax
public bool SubsetFonts {get; set;}
'Declaration
 
Public Property SubsetFonts As Boolean
'Usage
 
Dim instance As PDFOptimizerOptions
Dim value As Boolean
 
instance.SubsetFonts = value
 
value = instance.SubsetFonts
public:
property bool SubsetFonts {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

PDFOptimizerOptions Class
PDFOptimizerOptions Members

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features