SetYDPI

Description         Sets the dmYResolution member of the DevMode. Sets the value of the 'Vertical Resolution' edit box.

Syntax                 RetVal = [BIAdvPrn.]SetYDPI  ydpi pDevMode

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

Remarks             ydpi                        Integer             Vertical Resolution (integer number).

                            pDevMode             DEVMODE*  Pointer to the DEVMODE structure.

See Also