Programming with Reflection
PrintDeviceFormsMode property
Syntax |
object.PrintDeviceFormsMode |
Data type |
Returns (first syntax line) or specifies (second syntax line) how forms are fed into the printer, or the form feed type used for spooled files. This property is relevant only for 5250 printer sessions.
For example, the following statement specifies continuous forms:
Session.PrintDeviceFormsMode = rcFormsModeCont
The default value is rcFormsModeAutoCut.
rcFormsModeAutoCut Use when single-cut sheets are fed into the printer automatically (the printer must have the sheet feed attachment).
rcFormsModeCont Use when continuous forms are fed automatically by the printer.
rcFormsModeCut Use when single-cut sheets are fed manually into the printer.