InfoConnect for Unisys
AutoFormFeed Property (IPrintOptions)


Returns or specifies whether the terminal inserts a form feed between screens when the terminal is configured to print multiple screens per page.
Syntax
'Declaration
 
Property AutoFormFeed As Boolean
'Usage
 
Dim instance As IPrintOptions
Dim value As Boolean
 
instance.AutoFormFeed = value
 
value = instance.AutoFormFeed
bool AutoFormFeed {get; set;}

Property Value

The default value is False.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
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