<< Click to Display Table of Contents >> VpeSetPrintPosMode |
[Windows platform only; not supported by the Community Edition]
Specifies, how objects are positioned on the printer.
void VpeSetPrintPosMode(
VpeHandle hDoc,
int mode
)
VpeHandle hDoc
Document Handle
int mode
possible values for mode are:
Constant Name |
Value |
Comment |
PRINTPOS_ABSOLUTE |
0 |
absolute to the paper-edges (default) |
PRINTPOS_RELATIVE |
1 |
relative to the first printable position of the printer |
Default:
PRINTPOS_ABSOLUTE
"Positioning On the Printer" in the Programmer's Manual and VpeSetPrintOffset