PdfPrint.Print Method (Byte[], PdfWatermark, String)Terminal Works - PDF Printing.Net Library
Prints the PDF file from byte array

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public PdfPrint. Status Print(
	byte[] pdfArray,
	PdfWatermark watermark,
	string printerJobName
)

Parameters

pdfArray
Type:System.Byte[]
PDF content
watermark
Type: PdfPrintingNet.PdfWatermark
PdfWatermark to be displayed on printed page.
printerJobName
Type: System.String
Printer job name

Return Value

Type: PdfPrint.Status
Status - in case of an unexpected error it throws an exception.
See Also

Reference