System::Xml::XmlWriterSettings::get_CheckCharacters method
XmlWriterSettings::get_CheckCharacters method
Renvoie une valeur indiquant si le XML writer doit vérifier que tous les caractères du document sont conformes à la section “2.2 Characters” de la XML 1.0 Recommendation du W3C.
bool System::Xml::XmlWriterSettings::get_CheckCharacters()
ReturnValue
true to do character checking; otherwise, false. The default is true.
Voir aussi
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.Page for C++