Click or drag to resize

XDLSReader Constructor

Initializes a new instance of the XDLSReader class.

Namespace: Spire.Doc.Documents.XML
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public XDLSReader(
	XmlReader reader
)

Parameters

reader
Type: System.Xml XmlReader
The reader.
See Also