Specifies how the element should be contained on the page.
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 PdfLayoutBreakType
Public Enumeration PdfLayoutBreakType
public enum class PdfLayoutBreakType
type PdfLayoutBreakType
Members
Member | 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.
|