Click or drag to resize

XDLSReader Deserialize Method

Deserializes the specified value.

Namespace: Spire.Doc.Documents.XML
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Deserialize(
	IDocumentSerializable value
)

Parameters

value
Type: Spire.Doc.Interface IDocumentSerializable
The value.
See Also