Description This methods specifies the vertical DPI of the DIB. The method sets the value of the vertical DPI in the bitmap info header.
Syntax RetVal = [BiDib.] SetDIBVerticalDPI Dib DPI
Remarks RetVal BOOL TRUE on success, otherwise FALSE.
Dib LONGLONG The handle of a device independent bitmap.
DPI Long Value of the vertical DPI to set.
See Also SetDIBVerticalDPI Method