SetPaperLength

Description         Sets the dmPaperLength member of the DevMode. (DM.dmPaperLength member of the BlackIceDEVMODE ) This value represents the 'Actual paper length'.

Syntax                 RetVal = [BIAdvPrn.]SetPaperLength  paperlength

Returns               RetVal                    Boolean           TRUE if the member was successfully set, otherwise FALSE.

Remarks             paperlength           Integer             Actual paper length (integer number).

                            pDevMode             BlackIceDEVMODE*     Pointer to the DEVMODE structure.

See Also