System::Xml::XmlWriterSettings::get_CheckCharacters method
XmlWriterSettings::get_CheckCharacters method
Возвращает значение, указывающее, должен ли XML‑writer проверять, что все символы в документе соответствуют разделу “2.2 Characters” рекомендации W3C XML 1.0 Recommendation.
bool System::Xml::XmlWriterSettings::get_CheckCharacters()
ReturnValue
true to do character checking; otherwise, false. The default is true.
См. также
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.Page for C++