SVGZoomAndPan Enum
SVGZoomAndPan enumeration
The SVGZoomAndPan enumeration defines attribute zoomAndPan and associated constants.
public enum SVGZoomAndPan : ushort
Values
Name | Value | Description |
---|---|---|
SVG_ZOOMANDPAN_UNKNOWN | 0 | The enumeration was set to a value that is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type. |
SVG_ZOOMANDPAN_DISABLE | 1 | Corresponds to value ‘disable’. |
SVG_ZOOMANDPAN_MAGNIFY | 2 | Corresponds to value ‘magnify’. |
See Also
- package com.aspose.html.Dom.Svg
- package Aspose.HTML