PrinterSettings.PaperSourceCollection Class
Contains a collection of PaperSource objects.
For a list of all members of this type, see PrinterSettings.PaperSourceCollection Members.
System.Object
System.Drawing.Printing.PrinterSettings.PaperSourceCollection
[Visual Basic] Public Class PrinterSettings.PaperSourceCollection Implements ICollection, IEnumerable [C#] public class PrinterSettings.PaperSourceCollection : ICollection, IEnumerable [C++] public __gc class PrinterSettings.PaperSourceCollection : public ICollection, IEnumerable [JScript] public class PrinterSettings.PaperSourceCollection implements ICollection, IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The PrinterSettings.PaperSourceCollection contains PaperSource instances that represents the paper source trays through the PaperSource.Kind property, which contains one of the PaperSourceKind values.
Typically, you set a page's paper source through the PageSettings.PaperSource property to a valid PaperSource instance available through the PaperSources collection.
Requirements
Namespace: System.Drawing.Printing
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
PrinterSettings.PaperSourceCollection Members | System.Drawing.Printing Namespace | PaperSource | PaperSources | InstalledPrinters | PaperSizes | PrinterResolutions | ListControl.DisplayMember