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