PrintFooterOnLastPage Property
In This Topic
Gets or sets a value indicating whether the page footer should print on the last page of the document. This property overrides other related properties when set to false. The default value is true.
Syntax
'Declaration
Public Property PrintFooterOnLastPage As Boolean
public bool PrintFooterOnLastPage {get; set;}
See Also