XpsDocument.RemoveAt

XpsDocument.RemoveAt method

Removes an element at index position from the active page.

public XpsContentElement RemoveAt(int index)
ParameterTypeDescription
indexInt32Position at which element should be removed.

Return Value

Removed element.

See Also