PrintSystemObject 建構函式

定義

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

多載

PrintSystemObject()

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

PrintSystemObject(PrintSystemObjectLoadMode)

使用指定的 PrintSystemObject 來初始化 PrintSystemObjectLoadMode 類別的新執行個體。

PrintSystemObject()

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

protected:
 PrintSystemObject();
protected PrintSystemObject ();
Protected Sub New ()

適用於

PrintSystemObject(PrintSystemObjectLoadMode)

使用指定的 PrintSystemObject 來初始化 PrintSystemObjectLoadMode 類別的新執行個體。

protected:
 PrintSystemObject(System::Printing::PrintSystemObjectLoadMode mode);
protected PrintSystemObject (System.Printing.PrintSystemObjectLoadMode mode);
new System.Printing.PrintSystemObject : System.Printing.PrintSystemObjectLoadMode -> System.Printing.PrintSystemObject
Protected Sub New (mode As PrintSystemObjectLoadMode)

參數

mode
PrintSystemObjectLoadMode

指定是否要在載入物件時初始化物件屬性。

適用於