Property Indent
Indent
Gets or sets a value indicating whether output is indented for readability. False by default: indentation inside a block introduces whitespace text nodes, so an indented document does not re-import to the same DOM as its unindented twin.
public bool Indent { get; set; }