XpsElement.Item

XpsElement indexer

Provides access to element’s children by index i.

public XpsContentElement this[int i] { get; }
ParameterDescription
iIndex of child element.

Return Value

Child element at i position.

See Also