_Global.PrintPreview 属性

定义

确定打印预览是否为当前视图。

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

属性值

注解

如果打印预览是当前视图,则此属性返回 True ;如果不是,则返回 False 。 指定 TrueFalse 以启用或禁用该功能。

适用于