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