Share via


PageSize.VerticalGap Property

Publisher Developer Reference

Returns a Variant that represents the distance in points between the bottom edge of one publication page and top edge of the publication page immediately below it for the blank page size represented by the parent PageSize object. This property applies only when multiple pages are printed on a single sheet of printer paper. Read-only.

Version Information
 Version Added:  Publisher 2007

Syntax

expression.VerticalGap

expression   A variable that represents a PageSize object.

Return Value
Variant

Remarks

The blank page size represented by the parent PageSize object corresponds to one of the icons displayed under Blank Page Sizes in the Page Setup dialog box in the Microsoft Office Publisher user interface.

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

See Also