Class SVGSaveOptions
Class SVGSaveOptions
名称: Aspose.Html.Dom.Svg.Saving 编辑: Aspose.HTML.dll (25.4.0)
代表 SVG 保存选项。
[ComVisible(true)]
public class SVGSaveOptions : SaveOptions
Inheritance
object ← SaveOptions ← SVGSaveOptions
继承人
SaveOptions.ResourceHandlingOptions , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
SVGSave选项()
public SVGSaveOptions()
Properties
VectorizeText
接收或设置文本元素是否被路径取代。
public bool VectorizeText { get; set; }