PageSetup.LeftMargin property (Publisher)

Returns a Variant that represents the distance (in points) between the left edge of the printer sheet and the left edge of the publication pages when multiple pages are printed on a single sheet. Read-only.

Syntax

expression.LeftMargin

expression A variable that represents a PageSetup object.

Return value

Variant

Remarks

Numeric values are evaluated as points. String values can be in any unit supported by Microsoft Publisher (for example, "2.5 in"). The valid range of possible values is from zero to the difference between the sheet width and the page width.

The LeftMargin property returns a value only when you print multiple pages on a single sheet of printer paper. If you try to use the LeftMargin property in other circumstances, Microsoft Publisher returns Nothing.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.