Interface ISVGZoomAndPan
Interface ISVGZoomAndPan
Namespace: Aspose.Html.Dom.Svg
Assembly: Aspose.HTML.dll (25.2.0)
The SVGZoomAndPan interface defines attribute zoomAndPan and associated constants.
[DOMObject]
[ComVisible(true)]
[DOMNoInterfaceObject]
public interface ISVGZoomAndPan
Properties
ZoomAndPan
Corresponds to attribute ‘zoomAndPan’ on the given element. The value must be one of the SVG_ZOOMANDPAN_* constants defined on this interface.
[DOMName("zoomAndPan")]
ushort ZoomAndPan { get; set; }
Property Value
Exceptions
Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute.