PageBreak
Overview
PageBreak is a class in Aspose.PDF FOSS for .NET.
Describes a single horizontal cut on a source page: PageNumber (1-based) identifies the page in the source document, Position the PDF y-coordinate where the page is split.
This class provides 2 methods for working with PageBreak objects in .NET programs.
Available methods include: PageBreak.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: PageNumber, Position.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PageNumber | int | Read/Write | 1-based source page number to split. |
Position | double | Read/Write | Y coordinate (in PDF user space) at which to split the page. |
Methods
| Signature | Description |
|---|---|
PageBreak() | Calls PageBreak on this PageBreak instance. |
PageBreak(pageNumber: int, position: double) |