Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Printing Object / Print Method
A PrintSourceOption value
In This Topic
Print Method
In This Topic
Print all or part of the screen.
Syntax
expression.Print( _
   ByVal option As PrintSourceOption _
) As ReturnCode
where expression is a variable that represents a Printing Object

Parameters

option
A PrintSourceOption value

Return Value

One of the following ReturnCode enumeration values.

Member Description
Cancelled Cancelled.
Error Error.
PermissionRequired Permission is required.
Success Success.
Timeout Timeout condition.
Truncated The text is truncated.

See Also