Font embedding mode used when creating an HTML document.
Object.defineProperty(HtmlDocumentOptions.prototype, 'fontEmbedMode',
get: function(),
set: function(value)
)
fontEmbedMode: DocumentFontEmbedMode;
One of the DocumentFontEmbedMode enumeration members that indicate which font embedding mode to use when creating an HTML document. Default value is DocumentFontEmbedMode.Auto.
For more information, refer to DocumentFontEmbedMode enumeration.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET