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