PrinterSettings.PaperSizeCollection

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  } 


. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net