Click or drag to resize
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.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public XmlWriter OutputDocument { get; }

Property Value

Type: XmlWriter
A XmlWriter.
See Also