XpsCanvas.Insert
XpsCanvas.Insert<T> method
Inserts an element to this canvas’s child list at index position.
public T Insert<T>(int index, T element)
where T : XpsContentElement
Parameter | Description |
---|---|
T | The type of the element to add. |
index | Position at which an element should be inserted. |
element | The element to be inserted. |
Return Value
Inserted element.
See Also
- class XpsContentElement
- class XpsCanvas
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page