DifferentFirstPageHeaderFooter Property (PageSetup)
Gets or sets a value indicating whether the different header or footer is used on the first page.
public bool DifferentFirstPageHeaderFooter {get; set;}
'Declaration
Public Property DifferentFirstPageHeaderFooter As Boolean
'Usage
Dim instance As PageSetup
Dim value As Boolean
instance.DifferentFirstPageHeaderFooter = value
value = instance.DifferentFirstPageHeaderFooter
Property Value
true
if a different header or footer is used on the first page; otherwise,
false
.