Property IncludeHeadersAndFooters
IncludeHeadersAndFooters
Gets or sets a value indicating whether headers and footers are written. False by default, because a header repeats on every page and a text file has no pages, so writing one would put it either once where it does not belong or nowhere it does.
public bool IncludeHeadersAndFooters { get; set; }