Interface ISVGZoomAndPan
Interface ISVGZoomAndPan
名称: Aspose.Html.Dom.Svg 编辑: Aspose.HTML.dll (25.4.0)
SVGZoomAndPan 界面定义属性 zoomAndPan 和相关恒数。
[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface ISVGZoomAndPan
Properties
ZoomAndPan
该值必须是此界面定义的 SVG_ZOOMANDPAN_* 恒数之一。
[DOMName("zoomAndPan")]
ushort ZoomAndPan { get; set; }
财产价值
Exceptions
代码 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR。建立在试图改变一个阅读仅属性的价值上。