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
)
Public Sub SetNUp (
x As Integer,
y As Integer
)
public:
virtual void SetNUp(
[InAttribute] int x,
[InAttribute] int y
) sealed
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