PrintDialog 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 |
您可以透過個別呼叫 屬性來變更上述任一屬性的值。