言語

PrinterSettings.PaperSourceCollection.Add(PaperSource) メソッド

定義

指定した PaperSourcePrinterSettings.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が追加された 0 から始まるインデックス。

適用対象