Document.FooterMargin property (Visio)

Gets or sets the margin of a document's footer. Read/write.

Syntax

expression.FooterMargin (UnitsNameOrCode)

expression A variable that represents a Document object.

Parameters

Name Required/Optional Data type Description
UnitsNameOrCode Optional Variant The units to use when retrieving or setting the cell's value. Defaults to internal drawing units (inches).

Return value

Double

Remarks

If UnitsNameOrCode is not provided, the FooterMargin property will default to internal drawing units.

You can also set this value in the Margin box under Footer in the Header and Footer dialog box (click the File tab, click Print, click Print Preview, and then in the Preview group, click Header & Footer).

Automation constants for representing units are declared by the Microsoft Visio type library in member VisUnitCodes.

For a complete list of valid unit strings along with corresponding Automation constants (integer values), see About units of measure.

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.