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

NameTypeAccessDescription
PageNumberintRead/Write1-based source page number to split.
PositiondoubleRead/WriteY coordinate (in PDF user space) at which to split the page.

Methods

SignatureDescription
PageBreak()Calls PageBreak on this PageBreak instance.
PageBreak(pageNumber: int, position: double)

See Also