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(System::String pathToSave)
ParameterTypeDescription
pathToSaveSystem::StringOutput file

ReturnValue

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

See Also