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.
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