PrinterSettings.PaperSourceCollection.CopyTo(PaperSource[], Int32) Метод

Определение

Копирует содержимое текущего списка PrinterSettings.PaperSourceCollection в указанный массив, начиная с указанного индекса.

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)

Параметры

paperSources
PaperSource[]

Отсчитываемый от нуля массив, получающий элементы, скопированные из PrinterSettings.PaperSourceCollection.

index
Int32

Индекс, по которому следует запустить копирование элементов.

Применяется к