PrinterSettings.PaperSourceCollection.CopyTo(PaperSource[], Int32) Yöntem

Tanım

Geçerli PrinterSettings.PaperSourceCollection dizinin içeriğini belirtilen dizinden başlayarak belirtilen diziye kopyalar.

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)

Parametreler

paperSources
PaperSource[]

öğesinden PrinterSettings.PaperSourceCollectionkopyalanan öğeleri alan sıfır tabanlı bir dizi.

index
Int32

Öğeleri kopyalamaya başlanacak dizin.

Şunlara uygulanır