The FontEmbedMode Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets font embedding mode used when creating an HTML document.Visual Basic (Declaration) | |
---|---|
Public Property FontEmbedMode As DocumentFontEmbedMode |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As HtmlDocumentOptions Dim value As DocumentFontEmbedMode instance.FontEmbedMode = value value = instance.FontEmbedMode |
C# | |
---|---|
public DocumentFontEmbedMode FontEmbedMode {get; set;} |
C++/CLI | |
---|---|
public: property DocumentFontEmbedMode FontEmbedMode { DocumentFontEmbedMode get(); void set ( DocumentFontEmbedMode value); } |
Property Value
One of the DocumentFontEmbedMode enumeration member that indicate the font embed mode to use when creating an HTML document.For an example, refer to HtmlDocumentOptions.
For more information, refer to DocumentFontEmbedMode enumeration.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7