XpsDocument.RemovePageAt

XpsDocument.RemovePageAt method

Removes a page from the document at index position.

public XpsPage RemovePageAt(int index)
ParameterTypeDescription
indexInt32Position at which a page should be removed.

Return Value

Removed page.

See Also