Winnovative PDF Print Documentation

PdfPrint.Print Method (Byte[], Int32)

Winnovative PDF Print
Prints the pages of a PDF document starting from a given PDF page number to the end of the PDF document using the current printer and page settings

Namespace:  Winnovative.PdfPrint
Assembly:  WnvPdfPrint (in WnvPdfPrint.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void Print(
	byte[] pdfData,
	int startPageNumber
)

Parameters

pdfData
Type:System.Byte[]
The memory buffer containing the PDF document to be printed
startPageNumber
Type: System.Int32
The start page number
See Also

Reference