Paper Printing PDFs
Prints a PDF by sending it to the computer's default printer. Windows print UI dialogs may be displayed to the user, or we can print silently using the overloads of the
More printing options are exposed to the native .NET Framework PrintDocument object via the
To use this method you will need to add an assembly reference to System.Drawing.dll
IronPdf.PdfDocument.Print
method.More printing options are exposed to the native .NET Framework PrintDocument object via the
IronPdf.PdfDocument.GetPrintDocument
method.To use this method you will need to add an assembly reference to System.Drawing.dll