Click or drag to resize

PdfFontResourceStandard Enumeration

Specifies the PDF Standard Type 1 font resources available for a PdfFontResource.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public enum PdfFontResourceStandard
Members
  Member nameValueDescription
None0 A Standard Type 1 font should not be used.
Courier1 A mono-spaced Type 1 font very similar to Courier New.
Helvetica2 A san-serif Type 1 font very similar to Arial.
Times3 A serif Type 1 font very similar to Times New Roman.
See Also