Specifies type of paginating.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfLayoutType
Public Enumeration PdfLayoutType
public enum class PdfLayoutType
type PdfLayoutType
Members
| Member | Value | Description |
|---|---|---|
| Paginate | 0 |
If the element exceeds the page, proceed it on the next page.
|
| OnePage | 1 |
Draw the element on the one page only.
|