Document.PrintPageBackgrounds property (Publisher)
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 Document 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.
ActiveDocument.PrintPageBackgrounds = True
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.