Aspose::Page::XPS::XpsDocument::Insert method

XpsDocument::Insert method

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

template<typename T> T Aspose::Page::XPS::XpsDocument::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