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

 

Provides an implementation of the Visual Basic 6.0 Printer object for use in projects upgraded to Visual Basic.

Classes

Class Description
System_CAPS_pubclass ColorConstants

Provides constants that map Visual Basic 6.0 color constants to their Color equivalents.

System_CAPS_pubclass DrawStyleConstants

Provides constants that map Visual Basic 6.0 DrawStyle constants to their DashStyle equivalents.

System_CAPS_pubclass FillStyleConstants

Provides constants that map Visual Basic 6.0 FillStyle constants to their HatchStyle equivalents.

System_CAPS_pubclass GlobalModule

This API supports the product 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.

System_CAPS_pubclass Printer

Provides a Printer object for use by upgraded Visual Basic 6.0 printing code.

System_CAPS_pubclass PrinterCollection

Provides a collection of printers for use by upgraded Visual Basic 6.0 printing code.

System_CAPS_pubclass PrinterObjectConstants

Provides constants that map Visual Basic 6.0 Printer constants to their PrinterSettings equivalents.

System_CAPS_pubclass ScaleModeConstants

Provides constants that map Visual Basic 6.0 ScaleMode constants to their .NET Framework equivalents.

System_CAPS_pubclass SystemColorConstants

Provides constants that map Visual Basic 6.0 color constants to their SystemColors equivalents.

Remarks

This namespace enables Visual Basic 6.0 Printer code to run without modification in an upgraded project; it is not intended for new development. For new development, use the PrintDocument component.

Return to top