SVGZSaveOptions Class

SVGZSaveOptions class

Represents SVGZ save options.

public class SVGZSaveOptions : SaveOptions

Constructors

NameDescription
SVGZSaveOptions()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