System::Xml::XmlWriterSettings::get_WriteEndDocumentOnClose मेथड
XmlWriterSettings::get_WriteEndDocumentOnClose method
एक मान लौटाता है जो दर्शाता है कि जब XmlWriter::Close मेथड कॉल किया जाता है, तो XmlWriter सभी अनक्लोज़्ड एलिमेंट टैग्स में क्लोज़िंग टैग जोड़ देगा या नहीं।
bool System::Xml::XmlWriterSettings::get_WriteEndDocumentOnClose()
ReturnValue
true if all unclosed element tags will be closed out; otherwise, false. The default value is true.
संबंधित देखें
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.Page for C++