Aspose::Pdf::Vector::GraphicElement::SaveToSvg method
GraphicElement::SaveToSvg() method
Converts the element into a single SVG image.
System::String Aspose::Pdf::Vector::GraphicElement::SaveToSvg()
ReturnValue
The SVG-string.
See Also
- Class String
- Class GraphicElement
- Namespace Aspose::Pdf::Vector
- Library Aspose.PDF for C++
GraphicElement::SaveToSvg(const System::String&) method
Converts the element into a single SVG image file.
void Aspose::Pdf::Vector::GraphicElement::SaveToSvg(const System::String &svgFilePath)
| Parameter | Type | Description |
|---|---|---|
| svgFilePath | const System::String& | The file path to save svg-image. |
See Also
- Class String
- Class GraphicElement
- Namespace Aspose::Pdf::Vector
- Library Aspose.PDF for C++