SetXDPI

Description         Sets the dmPrintQuality member of the DevMode. Sets the value of the 'Horizontal Resolution' edit box.

Syntax                 RetVal = [BIAdvPrn.]SetXDPI  xdpi pDevMode

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

Remarks             xdpi                        Integer             Horizontal Resolution (integer number).

                            pDevMode             DEVMODE*  Pointer to the DEVMODE structure.

See Also