InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintFileName Property
In This Topic
PrintFileName Property (PrintOptions)
In This Topic
Gets or sets the name of the file to receive print jobs when the PrintToFile property is set to true.
Syntax
expression.PrintFileName As String
where expression is a variable that represents a PrintOptions Object
Remarks
Use the PrintFileExistsAction to determine what happens when the specified file already exists. The default value is "". This string can be up to 260 characters long.
See Also