Specifies type of paginating.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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.
|