InfoConnect for Unisys
PrintCharsPerInch Property


Specifies how many characters to print per inch.
Syntax
'Declaration
 
Property PrintCharsPerInch As PrintCharsPerInchOption
'Usage
 
Dim instance As IPrintOptions
Dim value As PrintCharsPerInchOption
 
instance.PrintCharsPerInch = value
 
value = instance.PrintCharsPerInch
PrintCharsPerInchOption PrintCharsPerInch {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
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