Through the API, you can define the options used to a print a document.
To set most default print options:
· Use the SetPrintOptions transaction.
This transaction sets the rasterize, banner, dither, center, bilevel, scale, and orientation options used by default for printing. You can also specify whether or not to write these options to the Imagenation INI file.
To set whether stamps are included on printed documents:
· Use the SetStampParameter transaction, with a parameterID of 2.
To request whether stamps are included on printed documents, use the GetStampParameter transaction, with a parameterID of 2.
To reset print options to those specified in the Imagenation INI file:
· Use the RefreshPrintOptions transaction. It has no parameters.
The options listed in the INI file are used for printing. For more information about the Imagenation INI file, refer to the System Administrator Help (Sysadmin.hlp) that is installed with Imagenation.
To define how many pages are printed on each sheet of paper:
· Use the SetPagesPerSheet transaction.
The GetPagesPerSheet transaction reports how many pages are printed per sheet.
If fine lines are disappearing on print, you can define a wider minimum line width with the SetMinOutputLineWidth transaction, and a wider minimum text width with the SetMinOutputTextWidth transaction.
See also