print.bottomMargin parameter
Use the print.bottomMargin parameter to set or query the bottom margin that will be used by the print command. The bottom margin is calculated in pixels.
Availability
query command
set command
current parameter
default parameter
install parameter
Scope
print.bottomMargin is scoped to the current view.
current.print.bottomMargin is scoped to the current view.
default.print.bottomMargin is globally scoped.
install.print.bottomMargin is globally scoped.
Syntax
query print.bottomMargin set print.bottomMargin [ default | n ] query current.print.bottomMargin query default.print.bottomMargin set default.print.bottomMargin [ install | n ] query install.print.bottomMargin
Parameters
default If you specify the default parameter for the set print.bottomMargin command, the current view will use the value of default.print.bottomMargin for the print command. n If you specify the n parameter for the set print.bottomMargin command, the print command will use n as the bottom margin within the current view. If you specify the n parameter for the set default.print.bottomMargin command, the print command will use n as the bottom margin within all document views that have the print.bottomMargin set to default. install If you specify the install parameter for the set default.print.bottomMargin command, all views with print.bottomMargin set to default will use the value of install.print.bottomMargin to determine the bottom margin that should be used by the print command.
Description
If you do not specify any of the parameters for the set print.bottomMargin command, default is assumed.
If you do not specify any of the parameters for the set default.print.bottomMargin command, install is assumed.
The query current.print.bottomMargin command returns the bottom margin that will be used, within the current view, by the print command.
Examples
query print.bottomMargin set print.bottomMargin 20 query current.print.bottomMargin query default.print.bottomMargin set default.print.bottomMargin 15 query install.print.bottomMargin
print command
query command
set command
current parameter
default parameter
install parameter
print.font parameter
print.leftMargin parameter
print.lineNumbers parameter
print.rightMargin parameter
print.tokenized parameter
print.topMargin parameter
print action