ISVGFitToViewBox Interface
ISVGFitToViewBox interface
Interface SVGFitToViewBox defines DOM attributes that apply to elements which have XML attributes ‘viewBox’ and ‘preserveAspectRatio’.
public interface ISVGFitToViewBox
Properties
| Name | Description |
|---|---|
| PreserveAspectRatio { get; } | Corresponds to attribute ‘preserveAspectRatio’ on the given element. |
| ViewBox { get; } | Corresponds to attribute ‘viewBox’ on the given element. |
See Also
- namespace Aspose.Html.Dom.Svg
- assembly Aspose.HTML