PrintPosMode

<< Click to Display Table of Contents >>

Navigation:  Printing Functions >

PrintPosMode

Previous pageReturn to chapter overviewNext page

[Windows platform only; not supported by PHP and the Community Edition]

Specifies, how objects are positioned on the printer.

property PrintPosMode [integer] VPE.PrintPosMode

write; runtime only

Possible Values:

ActiveX / VCL

Value

Enum

Comment

PRINTPOS_ABSOLUTE

0

Absolute

absolute to the paper-edges (default)

PRINTPOS_RELATIVE

1

Relative

relative to the first printable position of the printer

Default:

PRINTPOS_ABSOLUTE

 

See also:

"Positioning On the Printer" in the Programmer's Manual

SetPrintOffset