System::Xml::XmlWriterSettings::set_CloseOutput method
XmlWriterSettings::set_CloseOutput method
Sets a value indicating whether the XmlWriter should also close the underlying stream or TextWriter when the XmlWriter::Close method is called.
void System::Xml::XmlWriterSettings::set_CloseOutput(bool value)
Parameter | Type | Description |
---|---|---|
value | bool | The value to set. |
See Also
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.TeX for C++