PdfPrintPrint Method (Byte, 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 PdfPrintStatus Print(
	byte[] pdfArray,
	string password
)

Parameters

pdfArray
Type: SystemByte
PDF content
password
Type: SystemString
Password - pdf file password.

Return Value

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

Reference