March 2003
Intermediate to advanced
896 pages
32h 35m
English
PrinterSettings.PaperSourceCollection
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 }
Read now
Unlock full access