Indicates whether fonts are to be embedded in the document.
public bool EmbedFonts { get; set; }
Public Property EmbedFonts() As Boolean
Get
Set
public:
property bool EmbedFonts
{
bool get()
void set(bool value)
}
true to embed the fonts in the final HTML document. Otherwise, false. Default value is false.
When the value of EmbedFonts is true, the document writer will embed the fonts directly in the header section of the HTML file. If the value is set to false, then the writer will save the fonts into a separate file and adds a reference to the relative file path in the header section.
FontTypes controls the format to use when embedded the fonts.
EmbedFonts is used only when the value of FontEmbedMode is set to a value other than DocumentFontEmbedMode.None.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document