PdfFontResourceStandard Enumeration |
Specifies the PDF Standard Type 1 font resources available for a
PdfFontResource.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public enum PdfFontResourceStandard
Public Enumeration PdfFontResourceStandard
Members
| Member name | Value | Description |
---|
| None | 0 |
A Standard Type 1 font should not be used.
|
| Courier | 1 |
A mono-spaced Type 1 font very similar to Courier New.
|
| Helvetica | 2 |
A san-serif Type 1 font very similar to Arial.
|
| Times | 3 |
A serif Type 1 font very similar to Times New Roman.
|
See Also