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
- Class String
- Class GraphicElement
- Namespace Aspose::Pdf::Vector
- Library Aspose.PDF for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| svgFilePath | const System::String& | La ruta del archivo para guardar la imagen SVG. |
Ver también
- Class String
- Class GraphicElement
- Namespace Aspose::Pdf::Vector
- Library Aspose.PDF for C++