Share via


Application.FilePageSetupMargins Method

Project Developer Reference

Sets up margins for printing.

Syntax

expression.FilePageSetupMargins(Name, Top, Bottom, Left, Right, Borders)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
Name Optional String The name of the view or report for which to set up margins for printing.
Top Optional Long The size of the top margin in inches or centimeters.
Bottom Optional Long The size of the bottom margin in inches or centimeters.
Left Optional Long The size of the left margin in inches or centimeters.
Right Optional Long The size of the right margin in inches or centimeters.
Borders Optional Long Where to print borders. Can be one of the following PjBorder constants: pjNoBorder, pjAroundEveryPage, or pjOutsidePages.

Return Value
Boolean

Remarks

Using the FilePageSetupMargins method without specifying any arguments displays the Page Setup dialog box with the Margins tab selected.

See Also