InfoConnect for Airlines VBA Guide
PrintCharsPerInch Property
Gets or sets how many characters to print per inch.
Syntax
Remarks
If the PrintProportionalCPI property is set to true, PrintCharsPerInch is disregarded. In this case, the number of characters printed per inch is determined by the current printer font.
  • Prints 5 characters per inch.
  • Prints 6 characters per inch.
  • Prints 8 characters per inch.
  • Prints 10 characters per inch. (The default.)
  • Prints 12 characters per inch.
  • Prints 13 characters per inch.
  • Prints 15 characters per inch.
  • Prints 17 characters per inch.
  • Prints 20 characters per inch.
  • Prints 22 characters per inch.
  • Prints 27 characters per inch.
See Also