Click or drag to resize

PdfPrintSettings SelectMultiPageLayout Method (Int32, Int32)

Select muti page to one paper layout.

Namespace: Spire.Pdf.Print
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfMultiPageLayout SelectMultiPageLayout(
	int rows,
	int columns
)

Parameters

rows
Type: System Int32
The number of rows for the paper layout.
columns
Type: System Int32
The number of columns for the paper layout.

Return Value

Type: PdfMultiPageLayout
See Also