XmlReaderSettings public sealed class XmlReaderSettings Documentation public bool Async { get; set; } public bool CheckCharacters { get; set; } public bool CloseInput { get; set; } public ConformanceLevel ConformanceLevel { get; set; } public DtdProcessing DtdProcessing { get; set; } public bool IgnoreComments { get; set; } public bool IgnoreProcessingInstructions { get; set; } public bool IgnoreWhitespace { get; set; } public int LineNumberOffset { get; set; } public int LinePositionOffset { get; set; } public long MaxCharactersFromEntities { get; set; } public long MaxCharactersInDocument { get; set; } public XmlNameTable NameTable { get; set; } public XmlReaderSettings() public XmlReaderSettings Clone() public void Reset()