ISVGFitToViewBox Interface
Interface SVGFitToViewBox defines DOM attributes that apply to elements which have XML attributes ‘viewBox’ and ‘preserveAspectRatio’.

Namespace: Aspose.Svg
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public interface ISVGFitToViewBox

The ISVGFitToViewBox type exposes the following members.

Properties
  NameDescription
Public propertyPreserveAspectRatio
Corresponds to attribute ‘preserveAspectRatio’ on the given element.
Public propertyViewBox
Corresponds to attribute ‘viewBox’ on the given element.
See Also