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
'Usage
Dim value As PrinterCollection
value = GlobalModule.Printers
public static PrinterCollection Printers { get; }
public:
static property PrinterCollection^ Printers {
PrinterCollection^ get ();
}
public 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace
Other Resources
How to: Fix Upgrade Errors by Using the Printer Compatibility Library (Visual Basic)
Deploying Applications That Reference the Printer Compatibility Library