Specifies how the element should be contained on the page.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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.
|