System::Xml::XmlWriterSettings::get_CloseOutput طريقة
XmlWriterSettings::get_CloseOutput method
يعيد قيمة تشير إلى ما إذا كان XmlWriter يجب أن يغلق أيضًا الدفق الأساسي أو TextWriter عندما يتم استدعاء طريقة XmlWriter::Close.
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++