Interface ISVGZoomAndPan

Interface ISVGZoomAndPan

Le nom : Aspose.Html.Dom.Svg Assemblaggio: Aspose.HTML.dll (25.4.0)

L’interface SVGZoomAndPan définit les attributs de zoomandPan et les constants associés.

[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface ISVGZoomAndPan

Properties

ZoomAndPan

Il correspond à attribuer ‘zoomAndPan’ sur l’élément donné.La valeur doit être une des constants SVG_ZOOMANDPAN_* définis sur cette interface.

[DOMName("zoomAndPan")]
ushort ZoomAndPan { get; set; }

Valore di proprietà

ushort

Exceptions

DOMException

Codice Aspose.Html.Dom.DomException.NO_MODIFICATION_ALLOWED_ERR.Élevée sur une tentative de changer la valeur d’un attribut de lecture seulement.

 Français