SVGViewElement.ZoomAndPan
SVGViewElement.ZoomAndPan property
Corresponds to attribute ‘zoomAndPan’ on the given element. The value must be one of the SVG_ZOOMANDPAN_* constants defined on this interface.
public ushort ZoomAndPan { get; set; }
Property Value
The zoom and pan.
Exceptions
exception | condition |
---|---|
DOMException | Code NO_MODIFICATION_ALLOWED_ERR . Raised on an attempt to change the value of a read only attribute. |
See Also
- class SVGViewElement
- namespace Aspose.Svg
- assembly Aspose.SVG