Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::Remove method

PageAPI::Remove method

Removes an element from the page.

template<typename T> T Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::Remove(T element)
ParameterDescription
TThe type of the element.
ParameterTypeDescription
elementTElement to be removed.

ReturnValue

Removed element.

See Also