Send comments on this topic.
PrintPage Method
Attachmate.Reflection.Objects Library (Web) > WebControl Object : PrintPage Method
Prints the page.

Syntax

 
object.PrintPage() 

Example

Copy Code
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
WControl.PrintPage()

See Also