Options.PrintBackgrounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Boolean that represents whether background colors and images are printed when a document is printed. True indicates that background colors and images are printed. False indicates that background colors and images are not printed.
public:
property bool PrintBackgrounds { bool get(); void set(bool value); };
public bool PrintBackgrounds { get; set; }
member this.PrintBackgrounds : bool with get, set
Public Property PrintBackgrounds As Boolean