[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PrintOutOptions.PrintBackgroundPicture

PrintBackgroundPicture Property

PrintBackgroundPicture

Gets or sets a value indicating whether the sheet's background image is printed on the page.

Declaration
public bool PrintBackgroundPicture { get; set; }
Public Property PrintBackgroundPicture As Boolean
Examples
PrintOutOptions options = new PrintOutOptions();
options.PrintBackgroundPicture = true;
bool printBackgroundPicture = options.PrintBackgroundPicture;