Interface ISVGZoomAndPan

Interface ISVGZoomAndPan

Il nome: Aspose.Html.Dom.Svg Assemblaggio: Aspose.HTML.dll (25.4.0)

L’interfaccia SVGZoomAndPan definisce attributi zoomAndPan e costanti associati.

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

Properties

ZoomAndPan

Il valore deve essere uno dei costanti SVG_ZOOMANDPAN_* definiti su questa interfaccia.

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

Valore di proprietà

ushort

Exceptions

DOMException

Codice Aspose.Html.Dom.DomException.NO_MODIFICATION_ALLOWED_ERR.Creato su un tentativo di cambiare il valore di un solo attributo di lettura.

 Italiano