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

PageAPI::Insert method

Inserts an element (Canvas, Path, or Glyphs) to the page at index position.

template<typename T> T Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::Insert(int32_t index, T element)
ParameterDescription
TThe type of the element.
ParameterTypeDescription
indexint32_tPosition at which an element should be inserted.
elementTElement to be inserted.

ReturnValue

Inserted element.

See Also