Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library
/
Attachmate.Reflection.Objects.Emulation.IbmHosts Library
/
PrintOptions Object
/ PrintCharsPerInch Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Visual Basic (Declaration)
In This Topic
PrintCharsPerInch Property
In This Topic
Gets or sets how many characters to print per inch.
Syntax
Visual Basic (Declaration)
expression
.PrintCharsPerInch
As
PrintCharsPerInchOption
where
expression
is a variable that represents a
PrintOptions Object
Property Value
A
PrintCharsPerInchOption Enumeration
value.
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
Reference
PrintOptions Object
PrintOptions Members