System::Xml::XmlWriterSettings::get_CloseOutput 메서드
XmlWriterSettings::get_CloseOutput method
기본 스트림 또는 TextWriter를 닫아야 하는지를 나타내는 값을 반환합니다. XmlWriter가 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++