HeaderFooter.LinkToPrevious Property

Definition

True if the specified header or footer is linked to the corresponding header or footer in the previous section. When a header or footer is linked, its contents are the same as in the previous header or footer.

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

Property Value

Remarks

Because the LinkToPrevious property is set to True by default, you can add headers, footers, and page numbers to your entire document by working with the headers, footers, and page numbers in the first section.

The LinkToPrevious property applies to each header or footer individually. For example, the LinkToPrevious property could be set to True for the even-numbered-page header but False for the even-numbered-page footer.

Applies to