System::Xml::XmlWriterSettings::get_CloseOutput मेथड
XmlWriterSettings::get_CloseOutput method
एक मान लौटाता है जो दर्शाता है कि जब XmlWriter::Close मेथड कॉल किया जाता है, तो XmlWriter को भी अंतर्निहित स्ट्रीम या TextWriter बंद करना चाहिए या नहीं।
bool System::Xml::XmlWriterSettings::get_CloseOutput()
ReturnValue
true to also close the underlying stream or TextWriter; otherwise, false. The default is false.
संबंधित देखें
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.Page for C++