Share via


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에서 복사한 항목을 받는 배열(0부터 시작)입니다.

index
Int32

항목 복사를 시작할 인덱스입니다.

적용 대상