Click or drag to resize

PdfLayoutType Enumeration

Specifies type of paginating.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfLayoutType
Members
Member name 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.
See Also