get_MaxCharactersInDocument()

XmlReaderSettings::get_MaxCharactersInDocument() method

Returns a value indicating the maximum allowable number of characters in an XML document. A zero (0) value means no limits on the size of the XML document. A non-zero value specifies the maximum size, in characters.

int64_t System::Xml::XmlReaderSettings::get_MaxCharactersInDocument()

Return Value

The maximum allowable number of characters in an XML document. The default is 0.

See Also