Prints the PDF file
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
public PdfPrintStatus Print( string fileName, PrinterSettings printerSettings, string password, string printerJobName )
Parameters
- fileName
- Type: SystemString
PDF file name - printerSettings
- Type: System.Drawing.PrintingPrinterSettings
Printer settings - password
- Type: SystemString
Password - pdf file password - printerJobName
- Type: SystemString
Printer job name
Return Value
Type: PdfPrintStatusStatus - in case of an unexpected error it throws an exception.
See Also