PrinterSettings.PaperSourceCollection.CopyTo(PaperSource[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的索引處開始,複製目前 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
要從其開始複製項目的索引。