bottomMargin
Description
Specifies the bottom margin height for HTML print-outs. Cannot be set to be less than the printer's physically unprintable area (unprintableBottom), in which case it will be automatically corrected to the minimum allowed value. If top and bottom margins are set to overlap, they will be corrected to an arbitrary default value of 1/10 of page height.
ScriptX uses the default units of measure of the user's system. In a broad network environment default units are certain to vary (they could be either inches or millimeters) so you may wish to specify a fixed unit of measure with the licensed function SetMarginMeasure.
The bottomMargin property is part of the basic freely-distributable printing subset.
Syntax
printing.bottomMargin = numMargin
Settings
This is a read/write property.
Applies To
printing
Example
Check out the source code of the ScriptX Advanced Printing and ScriptX Techie Printing examples.
See Also
pageHeight, pageWidth,portrait, rightMargin, topMargin, unprintableBottom, unprintableLeft, unprintableRight, unprintableTop
GetMarginMeasure,PageSetup, Print, PrintHTML, SetMarginMeasure