PdfLayoutBreakType Enumeration
|
Specifies how the element should be contained on the page.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfLayoutBreakType
Public Enumeration PdfLayoutBreakType
public enum class PdfLayoutBreakType
Members
|
Member name
|
Value
|
Description
|
|
FitPage
|
0
|
Fit the element according to the bounds specified or the page bounds.
|
|
FitElement
|
1
|
If the element doesn't fit at the first page, don't draw it on this page.
|
See Also