Prints the PDF file
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public PdfPrintStatus Print( PdfPrintDocument pdfDocument, PdfPrintDocumentPrintSettings printSettings = null )
Parameters
- pdfDocument
- Type: PdfPrintingNetPdfPrintDocument
PDF document - printSettings (Optional)
- Type: PdfPrintingNetPdfPrintDocumentPrintSettings
Print settings to use
Return Value
Type: PdfPrintStatusStatus - in case of an unexpected error it throws an exception.
See Also