Expand Minimize
This topic has not yet been rated - Rate this topic

Printers Collection Changes in Visual Basic .NET

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.