This represents a collection of PaperSource
objects and is returned by the
PrinterSettings.PaperSources property.
public class PrinterSettings.PaperSourceCollection : ICollection, IEnumerable {
// Public Constructors
public PrinterSettings.PaperSourceCollection(PaperSource[ ] array);
// Public Instance Properties
public int Count{get; }
// implements ICollection
public virtual PaperSource this{get; }
// Public Instance Methods
public IEnumerator GetEnumerator(); // implements IEnumerable
}