Options.PrintBackgrounds Property

Definition

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

Property Value

Applies to