PrintController.IsPreview 属性
定义
获取一个值,该值指示 PrintController 是否用于打印预览。Gets a value indicating whether the PrintController is used for print preview.
public:
virtual property bool IsPreview { bool get(); };
public virtual bool IsPreview { get; }
member this.IsPreview : bool
Public Overridable ReadOnly Property IsPreview As Boolean
属性值
在所有情况下均为 false。false in all cases.