Udostępnij przez


PrinterSettings.PaperSourceCollection.CopyTo(PaperSource[], Int32) Metoda

Definicja

Kopiuje zawartość bieżącej do PrinterSettings.PaperSourceCollection określonej tablicy, zaczynając od określonego indeksu.

public:
 void CopyTo(cli::array <System::Drawing::Printing::PaperSource ^> ^ paperSources, int index);
public void CopyTo (System.Drawing.Printing.PaperSource[] paperSources, int index);
member this.CopyTo : System.Drawing.Printing.PaperSource[] * int -> unit
Public Sub CopyTo (paperSources As PaperSource(), index As Integer)

Parametry

paperSources
PaperSource[]

Tablica oparta na zerach, która odbiera elementy skopiowane z obiektu PrinterSettings.PaperSourceCollection.

index
Int32

Indeks, w którym chcesz rozpocząć kopiowanie elementów.

Dotyczy