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

Definizione

Copia il contenuto dell'oggetto corrente PrinterSettings.PaperSourceCollection nella matrice specificata, a partire dall'indice specificato.

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)

Parametri

paperSources
PaperSource[]

Matrice in base zero che riceve gli elementi copiati da PrinterSettings.PaperSourceCollection.

index
Int32

Indice in corrispondenza del quale iniziare a copiare gli elementi.

Si applica a