Class SVGSaveOptions
Class SVGSaveOptions
Namespace: Aspose.Html.Dom.Svg.Saving
Assembly: Aspose.HTML.dll (25.4.0)
Represents SVG save options.
[ComVisible(true)]
public class SVGSaveOptions : SaveOptions
Inheritance
object ← SaveOptions ← SVGSaveOptions
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; }