Aspose::Page::XPS::XpsDocument::Add method

XpsDocument::Add method

Adds a content element (Canvas, Path, or Glyphs).

template<typename T> T Aspose::Page::XPS::XpsDocument::Add(T element)
ParameterDescription
TThe type of the element.
ParameterTypeDescription
elementTElement to be added.

ReturnValue

Added element.

See Also