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
)
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
-
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