Page.TrySaveVectorGraphics

Page.TrySaveVectorGraphics method

Tries to save vector graphics if they are present on the page. The save format is SVG.

public bool TrySaveVectorGraphics(string pathToSave)
ParameterTypeDescription
pathToSaveStringOutput file

Return Value

True if the page contains path construction operators; otherwise, False.

See Also