Aspose::Page::XPS::XpsDocument::RemovePageAt method

XpsDocument::RemovePageAt method

Removes a page from the document at index position.

System::SharedPtr<XpsModel::XpsPage> Aspose::Page::XPS::XpsDocument::RemovePageAt(int32_t index)
ParameterTypeDescription
indexint32_tPosition at which a page should be removed.

ReturnValue

Removed page.

See Also