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 PdfPrint. Status Print( byte[] pdfArray, string password, PdfWatermark watermark )
Parameters
- pdfArray
- Type:System.Byte[]
PDF content - password
- Type: System.String
Password - pdf file password. - watermark
- Type: PdfPrintingNet.PdfWatermark
PdfWatermark to be displayed on printed page.
Return Value
Type: PdfPrint.StatusStatus - in case of an unexpected error it throws an exception.
See Also