zoom_and_pan method
zoom_and_pan
Sets the ‘zoomAndPan’ attribute of the SVG element. This attribute controls whether the SVG content can be zoomed and panned.
Returns
The SVGSVGElementBuilder instance for chaining.
def zoom_and_pan(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The zoom and pan behavior (e.g., “magnify”). |
See Also
- module
aspose.svg.builder
- class
SVGSVGElementBuilder