SVGSaveOptions Class

SVGSaveOptions class

Represents SVG save options.

public class SVGSaveOptions : SaveOptions

Constructors

NameDescription
SVGSaveOptions()The default constructor.

Properties

NameDescription
getResourceHandlingOptions Gets a ResourceHandlingOptions object which is used for configuration of resources handling.
[getVectorizeText]
[setVectorizeText] Gets or sets whether text elements are replaced with paths.

See Also