Aspose::Pdf::Page::TrySaveVectorGraphics method

Page::TrySaveVectorGraphics method

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

bool Aspose::Pdf::Page::TrySaveVectorGraphics(const System::String &pathToSave)
ParameterTypeDescription
pathToSaveconst System::String&Output file

ReturnValue

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

See Also