Font types to embed in the document.
public DocumentFontTypes FontTypes { get; set; }
Public Property FontTypes() As DocumentFontTypes
Get
Set
public:
property DocumentFontTypes^ FontTypes
{
DocumentFontTypes^ get()
void set(DocumentFontTypes^ value)
}
Font types to embed in the document. Default value is DocumentFontTypes.WOFF1.
DocumentFontTypes can be used to control the type of format to use when saving fonts in the HTML document. The default value of DocumentFontTypes.WOFF1 ensures that the font can be read by all major browsers. Font types can be ORed with each other to save multiple versions in different formats of the font if desired.
FontTypes 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