Aspose::Page::XPS::XpsDocument::Remove method

XpsDocument::Remove method

Removes an element from the active page.

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

ReturnValue

Removed element.

See Also