Prints the PDF file by sillently using Adobe
NOTE: Will not work if not used in Windows desktop environment
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public PdfPrintStatus PrintWithAdobe( string fileName, PrinterSettings printerSettings, ref string resultMessage )
Parameters
- fileName
- Type: SystemString
Full path of PDF file name - printerSettings
- Type: System.Drawing.PrintingPrinterSettings
Printer settings - resultMessage
- Type: SystemString
Result message
Return Value
Type: PdfPrintStatusStatus - in case of an unexpected error it throws an exception.
See Also