Share via


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부터 시작)입니다.

적용 대상