Interface ISVGZoomAndPan
Interface ISVGZoomAndPan
Le nom : Aspose.Svg Assemblée: Aspose.SVG.dll (25.5.0)
L’interface SVGZoomAndPan définit les attributs de zoomandPan et les constants associés.
[ComVisible(true)]
[DOMNoInterfaceObject]
[DOMObject]
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à
Exceptions
Code Aspose.Svg.Dom.L’exception.NO_MODIFICATION_ALLOWED_ERR.Élevée sur une tentative de changer la valeur d’un attribut de lecture seulement.