SVGSaveOptions

SVGSaveOptions

Overview

SVGSaveOptions is a type in Aspose.PDF FOSS for Go.

SVGSaveOptions configures SaveSVG / WriteSVG.

Properties: DPI, Pages, ResourceWriter.

Properties

NameTypeAccessDescription
DPIfloat64Read/WriteGets the dpi.
Pages[]intRead/WriteGets the pages.
ResourceWriterfunc(name string, data []byte) (url string, err error)Read/WriteGets the resource writer.

See Also