Click or drag to resize

IXDLSSerializableCollection CreateNewItem Method

Creates a new item using the provided XDLS content reader.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
IDocumentSerializable CreateNewItem(
	IXDLSContentReader reader
)

Parameters

reader
Type: Spire.Doc.Interface IXDLSContentReader
The XDLS content reader.

Return Value

Type: IDocumentSerializable
The newly created item.
See Also