Description This methods specifies the type of the compression of the DIB. The method sets the value of the image size in the bitmap info header.
Syntax RetVal = [BiDib.] SetDIBSizeImage Dib SizeImage
Remarks RetVal BOOL TRUE on success, otherwise FALSE.
Dib LONGLONG The handle of a device independent bitmap.
SizeImage Long The type of the compression to set. This may be set to zero, if the compression type is rgb..
See Also SetDIBCompression Method