PageSetup.DifferentFirstPageHeaderFooter Property
True if a different header or footer is used on the first page. Can be True, False, or wdUndefined.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DifferentFirstPageHeaderFooter As Integer
Get
Set
'Usage
Dim instance As PageSetup
Dim value As Integer
value = instance.DifferentFirstPageHeaderFooter
instance.DifferentFirstPageHeaderFooter = value
int DifferentFirstPageHeaderFooter { get; set; }
Property Value
Type: System.Int32