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