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)
Parameter | Description |
---|---|
T | The type of the element. |
Parameter | Type | Description |
---|---|---|
index | int32_t | Position at which an element should be inserted. |
element | T | Element to be inserted. |
ReturnValue
Inserted element.
See Also
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++