.NET Windows Forms in a Nutshell

PrinterSettings.PaperSizeCollection

System.Drawing.Printing (system.drawing.dll) class

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 }

Категории