Aspose::Pdf::Vector::GraphicElement::SaveToSvg método

GraphicElement::SaveToSvg() method

Convierte el elemento en una única imagen SVG.

System::String Aspose::Pdf::Vector::GraphicElement::SaveToSvg()

ReturnValue

La cadena SVG.

Ver también

GraphicElement::SaveToSvg(const System::String&) method

Convierte el elemento en un único archivo de imagen SVG.

void Aspose::Pdf::Vector::GraphicElement::SaveToSvg(const System::String &svgFilePath)
ParámetroTipoDescripción
svgFilePathconst System::String&La ruta del archivo para guardar la imagen SVG.

Ver también