An enumeration listing all the font subtypes
| C# | Visual Basic | Visual Basic Usage |
public enum PdfFontSubTypeEnum
Public Enumeration PdfFontSubTypeEnum
Dim instance As PdfFontSubTypeEnum
| Member | Description |
|---|---|
| Type0 | |
| Type1 | |
| MMType1 | |
| Type3 | |
| TrueType | |
| CIDFontType0 | |
| CIDFontType2 | |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
|