Printers Collection Changes in Visual Basic .NET
Visual Studio .NET 2003
In Visual Basic 6.0, the Printers collection was used to return information about available printers on a system. In Visual Basic .NET, the PrintDialog control returns information about available printers; properties for a given printer can be retrieved using the PrinterSettings class.
The Printers collection had two properties: Item and Count. These were standard collection properties; the PrintDialog control has no equivalent properties.
See Also
Printing Changes in Visual Basic .NET | Windows Forms Print Support | Introduction to the Windows Forms PrintDialog Component | PrinterSettings Class