PrintDialog 建構函式

定義

初始化 PrintDialog 類別的新執行個體。

public:
 PrintDialog();
public PrintDialog ();
Public Sub New ()

備註

當您建立 的 PrintDialog 實例時,下列讀取/寫入屬性會設定為初始值。

屬性 初始值
AllowSomePages false
AllowPrintToFile true
AllowSelection false
Document null
PrinterSettings null
PrintToFile false
ShowHelp false
ShowNetwork true

您可以透過個別呼叫 屬性來變更上述任一屬性的值。

適用於

另請參閱