PreserveFormatting

CheckGrammarOptions.PreserveFormatting property

Allows to specify either CheckGrammar will try to preserve layout and formatting of the original document, or not. Default value is true.

public bool PreserveFormatting { get; set; }

Remarks

When the option is set to false, the quality of grammar checking is higher than when this option is set to true. However, the original formatting of the text is not preserved in this case.

See Also