Interface ISVGZoomAndPan
Interface ISVGZoomAndPan
Název místa: Aspose.Svg Shromáždění: Aspose.SVG.dll (25.5.0)
Rozhraní SVGZoomAndPan definuje atributy zoomAndPan a související konstanty.
[ComVisible(true)]
[DOMNoInterfaceObject]
[DOMObject]
public interface ISVGZoomAndPan
Properties
ZoomAndPan
Na daném prvku musí být hodnota jedna z konstant SVG_ZOOMANDPAN_* definovaných na tomto rozhraní.
[DOMName("zoomAndPan")]
ushort ZoomAndPan { get; set; }
Hodnota nemovitosti
Exceptions
Kód Aspose.Svg. Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Vyrůstal na pokusu změnit hodnotu čtení pouze atributu.