PrinterSettings.StringCollection

PrinterSettings.StringCollection

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

This class represents an array of strings and is returned by the PrinterSettings.InstalledPrinters property. Contrary to the information in the MSDN documentation, this is not for internal use only, as you are quite entitled to access this collection to determine the set of printers installed on the machine.

 public class  PrinterSettings.StringCollection  : ICollection, IEnumerable {  // Public Constructors  public  PrinterSettings.StringCollection  (string[ ]  array  );  // Public Instance Properties  public int  Count  {get; }  // implements ICollection  public virtual string  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