Interface ISVGZoomAndPan

Interface ISVGZoomAndPan

Nom dels espais: Aspose.Svg Assemblea: Aspose.SVG.dll (25.5.0)

L’interfície SVGZoomAndPan defineix l’atribució de zoom AndPan i les constants associades.

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

Properties

ZoomAndPan

El valor ha de ser una de les constants SVG_ZOOMANDPAN_* definides en aquesta interfície.

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

Valor de la propietat

ushort

Exceptions

DOMException

Codi Aspose.Svg.Dom.HomeExcepció.NO_MODIFICATION_ALLOWED_ERR.Creat en un intent de canviar el valor d’un llegit només atribut.

 Català