BottomMargin Property [Plot Document]

BottomMargin returns or sets the bottom margin in page units. Returns a double.

Syntax

object.BottomMargin

object.BottomMargin = Bottom

Parameter

Type

Description

Bottom

Double

required, use page units

Example 1

This example demonstrates how to return the distance in page units between the bottom margin and the edge of the page.

Debug .Print PageSetup.BottomMargin

Example 2

This example demonstrates how to set the bottom margin one inch from the edge of the page.

PageSetup.BottomMargin = 1

Used by: PageSetup object