C#
VB
C++
Type (format) of fonts to use.
[SerializableAttribute()]
[DataContractAttribute()]
[FlagsAttribute()]
public enum DocumentFontTypes
<SerializableAttribute(),
DataContractAttribute(),
FlagsAttribute()>
Public Enum DocumentFontTypes
public:
[SerializableAttribute,
DataContractAttribute,
FlagsAttribute]
enum class DocumentFontTypes sealed
Members
Value | Member | Description |
---|---|---|
0x00000000 | Default | Default font type. Currently this will be similar to WOFF1 |
0x00000001 | WOFF1 | WOFF version 1 font file format. Supported by all major browsers. |
0x00000002 | EOT | EOF font file format. Supported by older versions of Internet Explorer. |
0x00000004 | TTF | TTF font file format. Supported by all major browsers. |
0x00000008 | WOFF2 | WOFF version 2 font file format. Supported some of major browsers |
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