Click or drag to resize

PDFPrintManagerSetNUp Method

Programmatically set how many pages to print per sheet, in rows and columns.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetNUp(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
Number of pages to print per row. Default is 1.
y
Type: SystemInt32
Number of pages to print per column. Default is 1.
See Also