IXPathResultSnapshotLength Property
The number of nodes in the result snapshot. Valid values for snapshotItem indices are 0 to snapshotLength-1 inclusive.

Namespace: Aspose.Html.Dom.XPath
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
int SnapshotLength { get; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
DOMExceptionTYPE_ERR: raised if resultType is not UnorderedNodeSnapshot type or OrderedNodeSnapshot type.
See Also