GlobalModule.Printers Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Printers As PrinterCollection
public static PrinterCollection Printers { get; }
public:
static property PrinterCollection^ Printers {
    PrinterCollection^ get ();
}
static member Printers : PrinterCollection
static function get Printers () : PrinterCollection

Property Value

Type: Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6.PrinterCollection
A PrinterCollection for use during upgrade.

Remarks

Provides support for the Printer module for use during upgrading.

.NET Framework Security

See Also

Reference

GlobalModule Class

Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace

Other Resources

Printer Compatibility Library

How to: Fix Upgrade Errors by Using the Printer Compatibility Library (Visual Basic)

Deploying Applications That Reference the Printer Compatibility Library