Namespace IronPrint
Classes
License
Allows IronPrint license keys to be applied globally across an application.
Margins
Margins to use for printing (in millimeters).
PaperOrientation
Page orientation to use for printing.
PaperSize
Common paper sizes.
Printer
The Printer
class allows you to easily print various file types including:
Call `Printer.Print()` for silent printing
Call `Printer.ShowPrintDialog()` for display the print dialog.
We also provide an `Async` functions to prevent the print operation from blocking your thread.PrintSettings
A print settings class to use with a IronPrint.Printer functions as an optional parameters.