Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / AutoFormFeed Property
In This Topic
AutoFormFeed Property (PrintOptions)
In This Topic
Gets or sets a value indicating whether the terminal inserts a form feed between screens when the terminal is configured to print multiple screens per page.
Syntax
expression.AutoFormFeed As Boolean
where expression is a variable that represents a PrintOptions Object

Property Value

The default value is False.
Remarks
This property applies only to screen printing performed during terminal sessions, and only affects printing when the ClosePrinterManually property is set to true.
See Also