Class SVGZSaveOptions

Class SVGZSaveOptions

Namespace: Aspose.Svg.Saving
Assembly: Aspose.SVG.dll (25.8.0)

Represents SVGZ save options.

[ComVisible(true)]
public class SVGZSaveOptions : SaveOptions

Inheritance

object SaveOptions SVGZSaveOptions

Inherited Members

SaveOptions.ResourceHandlingOptions , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

SVGZSaveOptions()

public SVGZSaveOptions()

Properties

VectorizeText

Gets or sets whether text elements are replaced with paths.

public bool VectorizeText { get; set; }

Property Value

bool