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)

Usage

Dim pageSetup1 As PageSetup

Dim returnValue As Integer
returnValue = pageSetup1.DifferentFirstPageHeaderFooter

Dim sampleValue As Integer
pageSetup1.DifferentFirstPageHeaderFooter = sampleValue

Syntax

Property DifferentFirstPageHeaderFooter() As Integer
int DifferentFirstPageHeaderFooter {get; set;}
property Int32 DifferentFirstPageHeaderFooter{
    Int32 get();
    Void set(Int32);
}
public int get_DifferentFirstPageHeaderFooter();
public void set_DifferentFirstPageHeaderFooter(int);
function get DifferentFirstPageHeaderFooter() : int;
function set DifferentFirstPageHeaderFooter(int);

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

PageSetup Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

PageSetup Members