Enum SVGZoomAndPan

Enum SVGZoomAndPan

Namespace: Aspose.Html.Dom.Svg
Assembly: Aspose.HTML.dll (25.2.0)

The SVGZoomAndPan enumeration defines attribute zoomAndPan and associated constants.

[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public enum SVGZoomAndPan : ushort

Fields

SVG_ZOOMANDPAN_DISABLE = 1

Corresponds to value ‘disable’.

SVG_ZOOMANDPAN_MAGNIFY = 2

Corresponds to value ‘magnify’.

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.