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

Definice

Zkopíruje obsah aktuálního PrinterSettings.PaperSourceCollection do zadaného pole počínaje zadaným indexem.

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[]

Pole založené na nule, které přijímá položky zkopírované z PrinterSettings.PaperSourceCollection.

index
Int32

Index, ve kterém chcete začít kopírovat položky.

Platí pro