Microsoft.VisualBasic.PowerPacks.Printing Namespace

 

Provides a component that allows you to print a facsimile of a form as it appears on screen.

Classes

Class Description
System_CAPS_pubclass PrintForm

Enables printing an image of a Windows Form at run time.

Enumerations

Enumeration Description
System_CAPS_pubenum PrintForm.PrintOption

The PrintOption enumeration specifies options for the Print method of a PrintForm component.

Remarks

The PrintForm component replaces the functionality of the Visual Basic 6.0 PrintForm method and adds new capabilities.

Return to top