XpsDocument.Add

XpsDocument.Add<T> method

Adds a content element (Canvas, Path or Glyphs)

public T Add<T>(T element)
    where T : XpsContentElement
ParameterDescription
TThe type of the element.
elementElement to be added.

Return Value

Added element.

See Also