XpsDocument.RemoveDocumentAt

XpsDocument.RemoveDocumentAt method

Removes a document at index position.

public void RemoveDocumentAt(int index)
ParameterTypeDescription
indexInt32Position at which a document should be removed.

See Also