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
)
Public Function SelectMultiPageLayout (
rows As Integer,
columns As Integer
) As PdfMultiPageLayout
public:
PdfMultiPageLayout^ SelectMultiPageLayout(
int rows,
int columns
)
member SelectMultiPageLayout :
rows : int *
columns : int -> PdfMultiPageLayout
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