SetPaperSize

Description         Sets the dmPaperSize member of the DevMode. Represents the value of the 'Paper Size' combo box.

Syntax                 RetVal = [BIAdvPrn.]SetPaperSize  papersize pDevMode

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

Remarks             papersize                Integer             Paper size (integer number).

                            pDevMode             DEVMODE*  Pointer to the DEVMODE structure.

See Also