Name

PrinterSettings.PaperSizeCollection

Synopsis

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

}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.