←Select platform

FontEmbedMode Property

Summary
Font embedding mode used when creating an HTML document.
Syntax
C#
VB
C++
Java
public DocumentFontEmbedMode FontEmbedMode { get; set; } 
Public Property FontEmbedMode As DocumentFontEmbedMode 
public DocumentFontEmbedMode getFontEmbedMode() 
public void setFontEmbedMode(DocumentFontEmbedMode mode) 
public: 
property DocumentFontEmbedMode FontEmbedMode { 
   DocumentFontEmbedMode get(); 
   void set (    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.

Example

For an example, refer to HtmlDocumentOptions.

Requirements

Target Platforms

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

Leadtools.Document.Writer Assembly

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