PrintSystemObject Oluşturucular

Tanım

PrintSystemObject sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

PrintSystemObject()

PrintSystemObject sınıfının yeni bir örneğini başlatır.

PrintSystemObject(PrintSystemObjectLoadMode)

Belirtilen PrintSystemObjectLoadModekullanarak sınıfının yeni bir örneğini PrintSystemObject başlatır.

PrintSystemObject()

PrintSystemObject sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

PrintSystemObject(PrintSystemObjectLoadMode)

Belirtilen PrintSystemObjectLoadModekullanarak sınıfının yeni bir örneğini PrintSystemObject başlatır.

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)

Parametreler

mode
PrintSystemObjectLoadMode

Nesne yüklendiğinde nesnenin özelliklerinin başlatılıp başlatılmayacağını belirten bir değer.

Şunlara uygulanır