共用方式為


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

要從其開始複製項目的索引。

適用於