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.

Применяется к