Powerpoint如何获取用户当前的缩放百分比?

Powerpoint how to get the current zoom % the user is at?

我想使用 Microsoft Interop 程序集获取用户当前所在的缩放百分比。按缩放百分比表示编辑模式下右下栏的值。

我知道如何制作 powerpoint 对象和打开文件等,只是不知道如何获取缩放值。

在网上找不到任何东西,有什么想法吗?

Application.ActiveWindow.View.Zoom

应该 return 数字,如果需要,将其显示为 Application.ActiveWindow.View.Zoom + "%"