SVGSaveOptions Class

SVGSaveOptions class

Represents SVG save options.

public class SVGSaveOptions : SaveOptions

Constructors

NameDescription
SVGSaveOptions()The default constructor.

Properties

NameDescription
ResourceHandlingOptions { get; }Gets a ResourceHandlingOptions object which is used for configuration of resources handling.
VectorizeText { get; set; }Gets or sets whether text elements are replaced with paths.

See Also