PrinterSettings.PaperSourceCollection.Add(PaperSource) Methode

Definitie

Voegt het opgegeven PaperSource aan het einde van de 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

Parameters

paperSource
PaperSource

De PaperSource toe te voegen aan de verzameling.

Retouren

De op nul gebaseerde index waar de PaperSource index is toegevoegd.

Van toepassing op