Class SVGSaveOptions

Class SVGSaveOptions

Namespace: Aspose.Html.Dom.Svg.Saving
Assembly: Aspose.HTML.dll (25.2.0)

Represents SVG save options.

[ComVisible(true)]
public class SVGSaveOptions : SaveOptions

Inheritance

objectSaveOptionsSVGSaveOptions

Inherited Members

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

Constructors

SVGSaveOptions()

public SVGSaveOptions()

Properties

VectorizeText

Gets or sets whether text elements are replaced with paths.

public bool VectorizeText { get; set; }

Property Value

bool