←Select platform

FontEmbedMode Property

Summary

Font embedding mode used when creating an HTML document.

Syntax

C#
VB
Java
C++
public DocumentFontEmbedMode FontEmbedMode { get; set; } 
public DocumentFontEmbedMode getFontEmbedMode() 
public void setFontEmbedMode(DocumentFontEmbedMode mode) 
             

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.

Example

For an example, refer to HtmlDocumentOptions.

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.Forms.DocumentWriters Assembly