PrintSystemObject Constructeurs

Définition

Initialise une nouvelle instance de la classe PrintSystemObject.

Surcharges

Nom Description
PrintSystemObject()

Initialise une nouvelle instance de la classe PrintSystemObject.

PrintSystemObject(PrintSystemObjectLoadMode)

Initialise une nouvelle instance de la PrintSystemObject classe à l’aide du fichier spécifié PrintSystemObjectLoadMode.

PrintSystemObject()

Initialise une nouvelle instance de la classe PrintSystemObject.

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

S’applique à

PrintSystemObject(PrintSystemObjectLoadMode)

Initialise une nouvelle instance de la PrintSystemObject classe à l’aide du fichier spécifié 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)

Paramètres

mode
PrintSystemObjectLoadMode

Valeur qui spécifie si les propriétés de l’objet doivent être initialisées lorsque l’objet est chargé.

S’applique à