Click or drag to resize

IDocument Interface

Interface for a XDocument Wrapper

Namespace: Aml.Engine.XML
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public interface IDocument

The IDocument type exposes the following members.

Properties
 NameDescription
Public propertyXDocument Gets the XDocument.
Top
Methods
 NameDescription
Public methodSaveToStream Saves the document to stream.
Top
See Also