PrinterSettings.PaperSourceCollection.Add(PaperSource) Método

Definición

Agrega el objeto especificado PaperSource 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

que PaperSource se va a agregar a la colección.

Devoluciones

Índice de base cero donde se agregó .PaperSource

Se aplica a