com.aspose.html.dom.svg

Interface ISVGFitToViewBox

    • Method Detail

      • getViewBox

        @DOMNameAttribute(name="viewBox")
        SVGAnimatedRect getViewBox()

        Corresponds to attribute ‘viewBox’ on the given element.

        Value: The ‘viewBox’ of the given element.
      • getPreserveAspectRatio

        @DOMNameAttribute(name="preserveAspectRatio")
        SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()

        Corresponds to attribute ‘preserveAspectRatio’ on the given element.

        Value: The ‘preserveAspectRatio’ of the given element.