Click or drag to resize

PdfMultiPageLayout Class

Multi pages to one paper layout.
Inheritance Hierarchy
System Object
Spire.Pdf.Print PdfPrintLayout
Spire.Pdf.Print PdfMultiPageLayout

Namespace: Spire.Pdf.Print
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfMultiPageLayout : PdfPrintLayout

The PdfMultiPageLayout type exposes the following members.

Properties
Name Description
Public property AutoRotatePages
Get or set a value indicating whether auto-rotate pages within each sheet.
Public property ColumnNum
Get or set the number of columns for paper layout.
Public property HasPageBorder
Get or set a value indicating whether the pages has the page border.
Public property PageOrder
Get or set the order of pages in the paper layout.
Public property PageSpacing
Spacing between multiple pages.
Public property RowNum
Get or set the number of rows for paper layout.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also