PageSection.PrintOnFirstPage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether to render a PageHeader or PageFooter object on the first page.
public:
property bool PrintOnFirstPage { bool get(); };
public bool PrintOnFirstPage { get; }
member this.PrintOnFirstPage : bool
Public ReadOnly Property PrintOnFirstPage As Boolean
Property Value
A Boolean
indicating whether the page section should render on the first page. A value of true
indicates that the page section will render on the first page; a value of false
indicates the page section will start rendering on the second page.