[]
Gets or sets a value indicating whether the sheet's background image is printed on the page.
public bool PrintBackgroundPicture { get; set; }
Public Property PrintBackgroundPicture As Boolean
PrintOutOptions options = new PrintOutOptions();
options.PrintBackgroundPicture = true;
bool printBackgroundPicture = options.PrintBackgroundPicture;