IsLinkedToPrevious

WordProcessingHeaderFooter.IsLinkedToPrevious property

Gets or sets a value indicating whether this header/footer is linked to the corresponding header/footer in the previous section.

public bool IsLinkedToPrevious { get; set; }

Property Value

True if this header/footer is linked to the corresponding header/footer in the previous section; false otherwise.

Remarks

Default is true. Note, when your link a header or footer, its contents is cleared.

See Also