PrintingManager.Print(Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
打印图表。
public:
void Print(bool showPrintDialog);
public void Print (bool showPrintDialog);
member this.Print : bool -> unit
Public Sub Print (showPrintDialog As Boolean)
参数
- showPrintDialog
- Boolean
如果指示应显示打印对话框,则为 true
;否则为 false
。