PdfPrintPrint(Stream, Int32) Method

Prints the pages of a PDF document in a stream starting from a given PDF page number to the end of the 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(
	Stream pdfStream,
	int startPageNumber
)

Parameters

pdfStream  Stream
The stream containing the PDF document to be printed
startPageNumber  Int32
The start page number

See Also