PdfTextLayout
PaginateBounds Property
|
Gets or sets the bounds on the next page.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public RectangleF PaginateBounds { get; set; }
Public Property PaginateBounds As RectangleF
Get
Set
public:
property RectangleF PaginateBounds {
RectangleF get ();
void set (RectangleF value);
}
member PaginateBounds : RectangleF with get, set
Property Value
Type:
RectangleF
Remarks
If this property is set, the element will use it for the layouting on the next pages,
otherwise, the element will be layout according to the bounds, used on the first page.
See Also