Click or drag to resize

PdfPrintSettings SelectMultiPageLayout Method (Int32, Int32, Boolean, PdfMultiPageOrder, Single)

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,
	bool hasPageBorder,
	PdfMultiPageOrder pageOrder,
	float pageSpacing
)

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.
pageOrder
Type: Spire.Pdf.Print PdfMultiPageOrder
Multiple pages order.Spacing between multiple pages.
pageSpacing
Type: System Single

Return Value

Type: PdfMultiPageLayout
See Also