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(System::String) method

Converts the element into a single SVG image file.

void Aspose::Pdf::Vector::GraphicElement::SaveToSvg(System::String svgFilePath)
ParameterTypeDescription
svgFilePathSystem::StringThe file path to save svg-image.

See Also