Share via


PrintPageBackgrounds Property.PrintPageBackgrounds Property

Publisher Developer ReferencePublisher Developer Reference

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

Syntax

expression.PrintPageBackgrounds

expression   A variable that represents a PrintPageBackgrounds Property object.

Return Value
Boolean

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.

Visual Basic for Applications
  ActiveDocument.PrintPageBackgrounds = True

See Also