PageSetup Property

Applies To

Binder object.

Description

Returns a PageSetup object that represents the page setup description. Read-only.

See Also

PrintOut method.

Example

This example prints the page number — in bold, italic print — in the center of each page in the binder represented by myBinder.

Set myBinder = GetObject("C:\Binder1.obd", "OfficeBinder.Binder")
myBinder.PageSetup.CenterFooter = "&B &I &P &B"