Select muti page to one paper layout.

Namespace: Spire.Pdf.Print
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void SelectMultiPageLayout(
	int rows,
	int columns,
	bool hasPageBorder
)
Public Sub SelectMultiPageLayout ( 
	rows As Integer,
	columns As Integer,
	hasPageBorder As Boolean
)
public:
void SelectMultiPageLayout(
	int rows, 
	int columns, 
	bool hasPageBorder
)
member SelectMultiPageLayout : 
        rows : int * 
        columns : int * 
        hasPageBorder : bool -> unit 

Parameters

rows
Int32
The number of rows for the paper layout.
columns
Int32
The number of columns for the paper layout.
hasPageBorder
Boolean
A value indicating whether the pages has the page border.

See Also