GetPaperMargins Method |
Gets the margins for the layout or plot configuration.
Signature
object.GetPaperMargins(LowerLeft, UpperRight)
Object
Layout, PlotConfiguration
The object or objects this method applies to.
LowerLeft
Variant (two-element array of doubles);
output-only
The X and Y values for the lower-left margin.
UpperRight
Variant (two-element array of doubles);
output-only
The X and Y values for the upper-right margin.
Remarks
The print origin is offset from the edge of the paper by the margin specified here.
The units for these values are specified by the PaperUnits property.
Comments? |