Specifies type of paginating.

Namespace: Spire.Pdf.Graphics
Assembly: 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

MemberValueDescription
Paginate0
If the element exceeds the page, proceed it on the next page.
OnePage1
Draw the element on the one page only.

See Also