fontEmbedMode Property

Summary

Font embedding mode used when creating an PDF document.

Syntax
TypeScript
JavaScript
Object.defineProperty(PdfDocumentOptions.prototype, 'fontEmbedMode', 
   get: function(), 
   set: function(value) 
) 
fontEmbedMode: DocumentFontEmbedMode; 

Property Value

One of the DocumentFontEmbedMode enumeration members that indicate which font embedding mode to use when creating a PDF document. Default value is DocumentFontEmbedMode.Auto.

Remarks

For more information, refer to the DocumentFontEmbedMode enumeration.

Note that FontEmbedMode is not supported when DocumentType is PdfDocumentType.PdfA. When saving PDF/A files; all fonts are always embedded in the file.

Requirements

Target Platforms

Help Version 22.0.2023.2.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.