Enum PrinterFontsType
When the Report is sent to a printer, there is an option to use the printer fonts, if the printer fonts are used, in some cases the print is faster (dot matrix printers)
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public enum PrinterFontsType
Fields
| Name | Description |
|---|---|
| Always | The printer fonts are allways used, some print drivers does not have this option available |
| Default | The printer fonts are not used, or used only if the print driver forces it |
| Never | Do not use printer fonts |
| Recalculate | Use printer fonts, but if necessary recalculate the report to accomodate printer fonts, this is the recommended option when working with dot matrix printers, but number of pages in preview and number of printed can differ |