XpsCanvas.Add
XpsCanvas.Add<T> method
Adds an element to this canvas’s child list.
public T Add<T>(T element)
where T : XpsContentElement
Parameter | Description |
---|---|
T | The type of the element to add. |
element | The element to be added. |
Return Value
Added element.
See Also
- class XpsContentElement
- class XpsCanvas
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page