PageSection.PrintOnLastPage Property

Definition

Indicates whether to render a PageHeader or PageFooter object on the last page.

public:
 property bool PrintOnLastPage { bool get(); };
public bool PrintOnLastPage { get; }
member this.PrintOnLastPage : bool
Public ReadOnly Property PrintOnLastPage As Boolean

Property Value

A Boolean indicating if the page section should render on the last page. A value of true indicates that the page section will render on the last page.

Applies to