Idioma

PrintSystemObject Construtores

Definição

Inicializa uma nova instância da PrintSystemObject classe.

Sobrecargas

Name Descrição
PrintSystemObject()

Inicializa uma nova instância da PrintSystemObject classe.

PrintSystemObject(PrintSystemObjectLoadMode)

Inicializa uma nova instância da PrintSystemObject classe usando o especificado PrintSystemObjectLoadMode.

PrintSystemObject()

Inicializa uma nova instância da PrintSystemObject classe.

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

Aplica-se a

PrintSystemObject(PrintSystemObjectLoadMode)

Inicializa uma nova instância da PrintSystemObject classe usando o 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

Um valor que especifica se as propriedades do objeto devem ser inicializadas quando o objeto é carregado.

Aplica-se a