PrinterSettings.PaperSourceCollection.CopyTo(PaperSource[], Int32) Método

Definición

Copia el contenido del actual PrinterSettings.PaperSourceCollection en la matriz especificada, empezando por el índice especificado.

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)

Parámetros

paperSources
PaperSource[]

Matriz de base cero que recibe los elementos copiados de .PrinterSettings.PaperSourceCollection

index
Int32

Índice en el que se van a empezar a copiar elementos.

Se aplica a