Property FormFeedIsPageBreak
FormFeedIsPageBreak
Gets or sets a value indicating whether a form feed (U+000C) becomes a page break. True
by default, because that is what the character has meant in a text file since the
line printer and it is what GetText writes when exporting one.
public bool FormFeedIsPageBreak { get; set; }