PdfFontTypeEnum Enumeration |
An enumeration listing all the fonts types available in Pdf.
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum PdfFontTypeEnum
Public Enumeration PdfFontTypeEnum
public enum class PdfFontTypeEnum
Members
| Member name | Value | Description |
---|
| Type0 | 0 | |
| Type1 | 1 | |
| Type3 | 2 | |
| TrueType | 3 | |
| CIDFont | 4 | |
See Also