| ConfigOutputDocument Property |
Gets an XmlWriter to write to the XML document. You must use this property when you implement
IExtractor to write into the XML document.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic XmlWriter OutputDocument { get; }Public ReadOnly Property OutputDocument As XmlWriter
Get
public:
property XmlWriter^ OutputDocument {
XmlWriter^ get ();
}member OutputDocument : XmlWriter with get
Property Value
Type:
XmlWriter
A XmlWriter.
See Also