Enum PDFFontType
When exporting a document to PDF, there are some standard predefinded fonts you can use, using this fonts redude file size
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public enum PDFFontType
Fields
| Name | Description |
|---|---|
| Courier | Courier font, classic fixed pitch font |
| Embedded | Embedded will store the font data in the Adobe PDF file, the file size will be increased, but ensures the destination computer (computer that opens the pdf file) will render correctly the document |
| Helvetica | Helvetica font, same look as Microsoft Arial, variable pitch |
| Linked | Linked will store a reference to the font in the Adobe PDF file, the file size will not be increased, but destination computer (computer that opens the pdf file) must have the referenced installed |
| Symbol | Symbol font, provided to print standard symbols |
| TimesRoman | Times Roman font, classic variable pitch font |
| ZafDingbats | ZafDingbats font, provided to print other symbols |