fontEmbedMode Property

Summary

Font embedding mode used when creating an HTML document.

Syntax
TypeScript
JavaScript
Object.defineProperty(HtmlDocumentOptions.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 an HTML document. Default value is DocumentFontEmbedMode.Auto.

Remarks

For more information, refer to DocumentFontEmbedMode enumeration.

Requirements

Target Platforms

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

Leadtools.Document Assembly

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