set_MaxCharactersInDocument()
XmlReaderSettings::set_MaxCharactersInDocument(int64_t) method
Sets 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.
void System::Xml::XmlReaderSettings::set_MaxCharactersInDocument(int64_t value)
Arguments
Parameter | Type | Description |
---|---|---|
value | int64_t | The value to set. |
See Also
- Class XmlReaderSettings
- Namespace System::Xml
- Library Aspose.Slides