PageAPI.Insert
PageAPI.Insert<T> method
Inserts an element (Canvas, Path, or Glyphs) to the page at index position.
public T Insert<T>(int index, T element)
where T : XpsContentElement
Parameter | Description |
---|---|
T | The type of the element. |
index | Position at which an element should be inserted. |
element | Element to be inserted. |
Return Value
Inserted element.
See Also
- class XpsContentElement
- class PageAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page