fontEmbedMode Property

Summary

Font embedding mode used when creating an PDF document.

Syntax

JavaScript Syntax
Object.defineProperty(PdfDocumentOptions.prototype, 'fontEmbedMode', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly