_LetterContent.IncludeHeaderFooter Property

True if the header and footer from the page design template are included in a letter created by the Letter Wizard.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property IncludeHeaderFooter As Boolean
    Get
    Set
'Usage
Dim instance As _LetterContent
Dim value As Boolean

value = instance.IncludeHeaderFooter

instance.IncludeHeaderFooter = value
bool IncludeHeaderFooter { get; set; }

Property Value

Type: System.Boolean

Remarks

Use the PageDesign property to set the name of the template attached to a document created by the Letter Wizard.

See Also

Reference

_LetterContent Interface

_LetterContent Members

Microsoft.Office.Interop.Word Namespace