PdfPrintPrint(Byte) Method

Prints all the pages in a PDF document using the current printer and page settings

Definition

Namespace: EvoPdf.PdfPrint
Assembly: EvoPdfPrint_NetCore (in EvoPdfPrint_NetCore.dll) Version: 14.0.0
C#
public void Print(
	byte[] pdfData
)

Parameters

pdfData  Byte
The memory buffer containing the PDF document to be printed

See Also