An enumeration listing all the fonts types available in Pdf.
| C# | Visual Basic | Visual Basic Usage |
public enum PdfFontTypeEnum
Public Enumeration PdfFontTypeEnum
Dim instance As PdfFontTypeEnum
| Member | Description |
|---|---|
| Type0 | |
| Type1 | |
| Type3 | |
| TrueType | |
| CIDFont | |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
|