PrintSystemObject Konstruktory

Definice

Inicializuje novou instanci PrintSystemObject třídy.

Přetížení

PrintSystemObject()

Inicializuje novou instanci PrintSystemObject třídy.

PrintSystemObject(PrintSystemObjectLoadMode)

Inicializuje novou instanci PrintSystemObject třídy pomocí zadané PrintSystemObjectLoadMode.

PrintSystemObject()

Inicializuje novou instanci PrintSystemObject třídy.

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

Platí pro

PrintSystemObject(PrintSystemObjectLoadMode)

Inicializuje novou instanci PrintSystemObject třídy pomocí zadané 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)

Parametry

mode
PrintSystemObjectLoadMode

Hodnota, která určuje, zda vlastnosti objektu mají být inicializovány při načtení objektu.

Platí pro