PrintSystemObject Constructores

Definición

Inicializa una nueva instancia de la clase PrintSystemObject.

Sobrecargas

Nombre Description
PrintSystemObject()

Inicializa una nueva instancia de la clase PrintSystemObject.

PrintSystemObject(PrintSystemObjectLoadMode)

Inicializa una nueva instancia de la PrintSystemObject clase mediante el especificado PrintSystemObjectLoadMode.

PrintSystemObject()

Inicializa una nueva instancia de la clase PrintSystemObject.

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

Se aplica a

PrintSystemObject(PrintSystemObjectLoadMode)

Inicializa una nueva instancia de la PrintSystemObject clase mediante el especificado 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)

Parámetros

mode
PrintSystemObjectLoadMode

Valor que especifica si las propiedades del objeto se deben inicializar cuando se carga el objeto.

Se aplica a