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

Definição

Copia o conteúdo do PrinterSettings.PaperSourceCollection atual para a matriz especificada, começando no í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[]

Uma matriz de base zero que recebe os itens copiados do PrinterSettings.PaperSourceCollection.

index
Int32

O índice no qual iniciar a cópia de itens.

Aplica-se a