Page.AddGraphics

Page.AddGraphics method

Adds graphics to the page. Works faster than adding elements one by one with AddOnPage method.

public void AddGraphics(GraphicElementCollection elements, Rectangle rectangle = null)
ParameterTypeDescription
elementsGraphicElementCollectionGraphics collection.
rectangleRectangleElements will be added to the page if it’s is inside the rectangle area. If rectangle is null, all graphic elements will be added

See Also