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)
| Parameter | Type | Description |
|---|---|---|
| pathToSave | const System::String& | Output file |
ReturnValue
True if the page contains path construction operators; otherwise, False.
See Also
- Class String
- Class Page
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++