PrinterSettings.PaperSourceCollection.Add(PaperSource) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的 PaperSource 加入至 PrinterSettings.PaperSourceCollection 的結尾。
public:
int Add(System::Drawing::Printing::PaperSource ^ paperSource);
public int Add (System.Drawing.Printing.PaperSource paperSource);
member this.Add : System.Drawing.Printing.PaperSource -> int
Public Function Add (paperSource As PaperSource) As Integer
參數
- paperSource
- PaperSource
要加入至集合的 PaperSource。
傳回
以零為基底的索引,這是加入 PaperSource 的位置。