Click or drag to resize

PdfPrintSettings SelectMultiPageLayout Method (Int32, Int32, Boolean)

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 void SelectMultiPageLayout(
	int rows,
	int columns,
	bool hasPageBorder
)

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.
hasPageBorder
Type: System Boolean
A value indicating whether the pages has the page border.
See Also