SVGSVGElementBuilder.ZoomAndPan
SVGSVGElementBuilder.ZoomAndPan method
Sets the ‘zoomAndPan’ attribute of the SVG element. This attribute controls whether the SVG content can be zoomed and panned.
public SVGSVGElementBuilder ZoomAndPan(string value)
Parameter | Type | Description |
---|---|---|
value | String | The zoom and pan behavior (e.g., “magnify”). |
Return Value
The SVGSVGElementBuilder instance for chaining.
See Also
- class SVGSVGElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG