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

PrintingPreferences() public method

Indicates default values of print dialog box.
public PrintingPreferences ( PdfRpt.Core.Contracts.PrintingPreferences preferences ) : void
preferences PdfRpt.Core.Contracts.PrintingPreferences printing preferences
return void
        public void PrintingPreferences(PrintingPreferences preferences)
        {
            _pdfReport.DataBuilder.DefaultPrintingPreferences(preferences);
        }