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