Options.EnableLivePreview 属性

定义

设置或返回一个 boolean 类型的值 ,该值表示是显示还是隐藏使用的库时所出现的库预览,预览的支持。 True 显示预览文档在应用命令之前。 读/写。

public:
 property bool EnableLivePreview { bool get(); void set(bool value); };
public bool EnableLivePreview { get; set; }
member this.EnableLivePreview : bool with get, set
Public Property EnableLivePreview As Boolean

属性值

Boolean

注解

此属性对应于 "Word 选项" 对话框中的 "启用实时预览" 复选框。

适用于