Aspose::Page::XPS::XpsModel::XpsCanvas::Add method
XpsCanvas::Add method
Adds an element to this canvas’s child list.
template<typename T> T Aspose::Page::XPS::XpsModel::XpsCanvas::Add(T element)
Parameter | Description |
---|---|
T | The type of the element to add. |
Parameter | Type | Description |
---|---|---|
element | T | The element to be added. |
ReturnValue
Added element.
See Also
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++