PrinterSettings.PaperSourceCollection.Add(PaperSource) Método

Definición

Agrega el objeto PaperSource especificado al final de PrinterSettings.PaperSourceCollection.

public:
 int Add(System::Drawing::Printing::PaperSource ^ paperSource);
public int Add (System.Drawing.Printing.PaperSource paperSource);
member this.Add : System.Drawing.Printing.PaperSource -> int
Public Function Add (paperSource As PaperSource) As Integer

Parámetros

paperSource
PaperSource

PaperSource que se agrega a la colección.

Devoluciones

Índice basado en cero en el que se agregó el objeto PaperSource.

Se aplica a