Aspose::Page::XPS::XpsDocument::RemovePage method

XpsDocument::RemovePage method

Removes a page from the document.

System::SharedPtr<XpsModel::XpsPage> Aspose::Page::XPS::XpsDocument::RemovePage(System::SharedPtr<XpsModel::XpsPage> page)
ParameterTypeDescription
pageSystem::SharedPtr<XpsModel::XpsPage>Page to be removed.

ReturnValue

Removed page.

See Also