AddVectorGraphics

Page.AddVectorGraphics method

Adds vector graphics inside given rectangle to the page.

public void AddVectorGraphics(SubPathCollection pathsToAdd, Rectangle rectangle = null)
ParameterTypeDescription
pathsToAddSubPathCollectionvector graphics collection.
rectangleRectangleSubpathes will be added to the page if it’s are inside the rectangle area.

See Also