PrinterSettings.PaperSourceCollection.Add(PaperSource) Metoda

Definicja

Dodaje określony PaperSource element na końcu elementu 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

Parametry

paperSource
PaperSource

Element PaperSource do dodania do kolekcji.

Zwraca

Indeks oparty na zera, w którym PaperSource został dodany.

Dotyczy