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

Definición

Copia el contenido de PrinterSettings.PaperSourceCollection actual en la matriz especificada, comenzando en 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 comienzan a copiar los elementos.

Se aplica a