PdfRpt.FluentInterface.DocumentPreferencesBuilder.PagesBackgroundColor C# (CSharp) Method

PagesBackgroundColor() public method

Setting Page Background Color.
public PagesBackgroundColor ( System backgroundColor ) : void
backgroundColor System Pages Background Color
return void
        public void PagesBackgroundColor(System.Drawing.Color backgroundColor)
        {
            _pdfReport.DataBuilder.DefaultPagesBackgroundColor(backgroundColor);
        }