Specifies how the element should be contained on the page.

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 PdfLayoutBreakType
Public Enumeration PdfLayoutBreakType
public enum class PdfLayoutBreakType
type PdfLayoutBreakType

Members

MemberValueDescription
FitPage0
Fit the element according to the bounds specified or the page bounds.
FitElement1
If the element doesn't fit at the first page, don't draw it on this page.

See Also