System::Xml::XmlReaderSettings::get_MaxCharactersInDocument 메서드
XmlReaderSettings::get_MaxCharactersInDocument method
XML 문서에서 허용되는 최대 문자 수를 나타내는 값을 반환합니다. 0(0) 값은 XML 문서 크기에 제한이 없음을 의미합니다. 0이 아닌 값은 문자 단위로 최대 크기를 지정합니다.
int64_t System::Xml::XmlReaderSettings::get_MaxCharactersInDocument()
ReturnValue
XML 문서에서 허용되는 최대 문자 수입니다. 기본값은 0입니다.
또 보기
- Class XmlReaderSettings
- Namespace System::Xml
- Library Aspose.Page for C++