System::Xml::XmlReaderSettings::set_MaxCharactersInDocument 方法
XmlReaderSettings::set_MaxCharactersInDocument method
设置一个值,指示 XML 文档中允许的最大字符数。零 (0) 值表示对 XML 文档的大小没有限制。非零值指定以字符为单位的最大大小。
void System::Xml::XmlReaderSettings::set_MaxCharactersInDocument(int64_t value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | int64_t | 要设置的值。 |
另见
- Class XmlReaderSettings
- Namespace System::Xml
- Library Aspose.Font for C++