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

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)
ParameterTypeDescription
svgFilePathconst System::String&The file path to save svg-image.

See Also