Prints the PDF file from byte array
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public PdfPrintStatus Print( byte[] pdfArray, PdfWatermark watermark, string printerJobName )
Parameters
- pdfArray
- Type: SystemByte
PDF content - watermark
- Type: PdfPrintingNetPdfWatermark
PdfWatermark to be displayed on printed page. - printerJobName
- Type: SystemString
Printer job name
Return Value
Type: PdfPrintStatusStatus - in case of an unexpected error it throws an exception.
See Also