Document.FooterMargin Property (Visio)
Gets or sets the margin of a document's footer. Read/write.
Version Information
Version Added: Visio 2002
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.