Click or drag to resize

Shape SaveAsSvgInSlide Method

Convert a shape to svg file in canvas with slide size.

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

Return Value

Type: Byte
byte array of svg file.

Implements

IShape SaveAsSvgInSlide
See Also