Sets one or more of the properties of the default printer for all PC_PRINTER_
routines.
flags |
Flags controlling which of the properties to change. Value is a combination
of the following:
P-PAPERSIZE |
1 |
P-PAPERLENGTH |
2 |
P-PAPERWIDTH |
4 |
P-SCALE |
8 |
P-COPIES |
16 |
P-PAPERTRAY |
32 |
P-PRINTQUALITY |
64 |
P-COLOR |
128 |
P-DUPLEX |
256 |
P-ORIENTATION |
512 |
P-YRESOLUTION |
1024 | |
cblte-pp-len |
Must be set to the size of the properties buffer. |
cblte-pp-papersize |
Paper size, using one of the DMPAPER- constants defined in the file WINDOWS.CPY. |
cblte-pp-paperlength |
Paper length in tenths of a millimeter. |
cblte-pp-paperwidth |
Paper width in tenths of a millimeter. |
cblte-pp-scale |
Factor by which the output is to be scaled. |
cblte-pp-copies |
The number of copies to be printed. |
cblte-pp-papertray |
The number of the paper tray to be used, using one of the DMBIN- constants
defined in the file WINDOWS.CPY. |
cblte-pp-printquality |
The print quality, using one of the DMRES- constants defined in the file
WINDOWS.CPY, or if a positive value is used, the horizontal resolution in
dots per inch. |
cblte-pp-color |
Switch between monochrome and color printing using one of the DMCOLOR- constants. |
cblte-pp-duplex |
Select duplex or double-sided printing using one of the DMDUP- constants. |
cblte-pp-orientation |
Select the paper orientation using one of the DMORIENT- constants. |
cblte-pp-yresolution |
The vertical resolution in dots per inch. |
Default parameters are not validated until the default printer is opened.