HeaderFooter.Exists Property

Definition

True if the specified HeaderFooter object exists.

public:
 property bool Exists { bool get(); void set(bool value); };
public bool Exists { get; set; }
member this.Exists : bool with get, set
Public Property Exists As Boolean

Property Value

Remarks

The primary header and footer exist in all new documents by default. Use this method to determine whether a first-page or odd-page header or footer exists. You can also use the DifferentFirstPageHeaderFooter or OddAndEvenPagesHeaderFooter property to return or set the number of headers and footers in the specified document or section.

Applies to