XpsDocument.Insert
XpsDocument.Insert<T> method
Inserts an element (Canvas, Path, or Glyphs) to the active 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 XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page