TXTextControl.PrintOffset Property

Determines whether Text Control starts printing exactly at the top left corner of the page, or at the printer's physical printing offset.

Syntax

TXTextControl.PrintOffset [= boolean]
Setting Description
True Adds the physical printing offset.
False (Default) Do not add the physical printing offset.

Data Types

Boolean.

See Also