PrinterSettings.PaperSourceCollection.Add(PaperSource) 方法

定义

将指定的 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 处的从零开始的索引。

适用于