Interface ISVGZoomAndPan

Interface ISVGZoomAndPan

名称: Aspose.Svg 會議: Aspose.SVG.dll (25.5.0)

SVGZoomAndPan 界面定义属性 zoomAndPan 和相关恒数。

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

Properties

ZoomAndPan

该值必须是此界面定义的 SVG_ZOOMANDPAN_* 恒数之一。

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

财产价值

ushort

Exceptions

DOMException

代码 Aspose.Svg.Home.DOMException.NO_MODIFICATION_ALLOWED_ERR。建立在试图改变一个阅读仅属性的价值上。

 中文