|
MarginTop
Returns/Sets the Top Margin for the Document in the Scale specified by the ScaleMode property.
Syntax Object.MarginTop
Return Value Single
Notes The example sets the Top Margin to 1 Inch.
Example qPrint.Document.ScaleMode = eInch
qPrint.Document.MarginTop = 1
See Also: ScaleMode, MarginLeft, MarginRight, MarginBottom, AvailableHeight
|