|
Top
Sets/Returns the Top position of the Item.
For Abosolute Items this value will determine the position on the Page the Item will be printed.
For TextFlow Items, the value is used as a blank area between the last Item and the current Item.
The value is dependent on the ScaleMode property of the Document.
Syntax Object.Top
Return Value Single
Notes The following example would leave a 1 centimetre gap before printing the item.
Example qPrint.Document.ScaleMode = eMillimetre
qPrint.Document.DocumentItems(1).Top = 10
|