System::Xml::XmlWriterSettings::get_CloseOutput método
XmlWriterSettings::get_CloseOutput method
Devuelve un valor que indica si el XmlWriter también debe cerrar el flujo subyacente o TextWriter cuando se llama al método XmlWriter::Close.
bool System::Xml::XmlWriterSettings::get_CloseOutput()
ReturnValue
true to also close the underlying stream or TextWriter; otherwise, false. The default is false.
Ver también
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.PDF for C++