Interface ISVGZoomAndPan

Interface ISVGZoomAndPan

Nombre del espacio: Aspose.Html.Dom.Svg Colección: Aspose.HTML.dll (25.4.0)

La interfaz SVGZoomAndPan define los atributos de zoom AndPan y las constantes asociadas.

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

Properties

ZoomAndPan

El valor debe ser uno de los constantes SVG_ZOOMANDPAN_* definidos en esta interfaz.

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

Valor de la propiedad

ushort

Exceptions

DOMException

Código Aspose.Html.Dom.DOMExcepción.NO_MODIFICATION_ALLOWED_ERR.Creado en un intento de cambiar el valor de un solo atributo de lectura.

 Español