Enum PrintStepType
When printing to dot matrix devices, a fixed pitch font will be selected, the font to be selected can be specified using the PrintStep
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public enum PrintStepType
Fields
| Name | Description |
|---|---|
| BySize | The font size will determine the step, smaller sizes will select cpi20 |
| cpi10 | 10 character per inch font |
| cpi12 | 15 character per inch font |
| cpi15 | 17 character per inch font |
| cpi17 | 20 character per inch font |
| cpi20 | 20 character per inch font |
| cpi5 | 5 character per inch font |
| cpi6 | 6 character per inch font |