Share via


PrintPageBackgrounds Property [Publisher 2003 VBA Language Reference]

Returns or sets True to include page backgrounds when printing pages from the specified publication. Default is True. Read/write Boolean.

expression.PrintPageBackgrounds()

expression Required. An expression that returns a Document object.

Remarks

Use the PageBackground object to create, alter, or delete the background of a specified page.

Example

The following example sets page backgrounds to print for the active publication.

ActiveDocument.PrintPageBackgrounds = True

Applies to | Document Object