PdfPrinterPrintPdf(Byte) Method

Call this method to print the pages of a PDF document contained in a memory buffer

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void PrintPdf(
	byte[] pdfBuffer
)

Parameters

pdfBuffer  Byte
The PDF document memory buffer

See Also