Click or drag to resize

Shape SaveAsSvg Method

Convert a shape to svg file.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public byte[] SaveAsSvg()

Return Value

Type: Byte
byte array of svg file.

Implements

IShape SaveAsSvg
See Also