Visual Basic (Declaration) | |
---|---|
Public Property FontEmbedMode As DocumentFontEmbedMode |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DocumentFontEmbedMode FontEmbedMode {get; set;} |
C++/CLI | |
---|---|
public: property DocumentFontEmbedMode FontEmbedMode { DocumentFontEmbedMode get(); void set (DocumentFontEmbedMode value); } |
Return 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family