Método System::Xml::XmlWriterSettings::get_ConformanceLevel
XmlWriterSettings::get_ConformanceLevel method
Devuelve el nivel de conformidad que el escritor XML verifica en la salida XML.
System::Xml::ConformanceLevel System::Xml::XmlWriterSettings::get_ConformanceLevel()
ReturnValue
Uno de los valores de enumeración que especifica el nivel de conformidad (documento, fragmento o detección automática). El valor predeterminado es ConformanceLevel::Document.
Ver también
- Enum ConformanceLevel
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.Page for C++