Interface ISVGZoomAndPan

Interface ISVGZoomAndPan

Il nome: Aspose.Svg Assemblea: Aspose.SVG.dll (25.5.0)

L’interfaccia SVGZoomAndPan definisce attributi zoomAndPan e costanti associati.

[ComVisible(true)]
[DOMNoInterfaceObject]
[DOMObject]
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.Svg.Dom.domaEccezione.NO_MODIFICATION_ALLOWED_ERR.Creato su un tentativo di cambiare il valore di un solo attributo di lettura.

 Italiano