PrintController.IsPreview 属性

定义

获取一个值,该值指示 PrintController 是否用于打印预览。

public:
 virtual property bool IsPreview { bool get(); };
public virtual bool IsPreview { get; }
member this.IsPreview : bool
Public Overridable ReadOnly Property IsPreview As Boolean

属性值

在所有情况下均为 false

适用于