BITMAPINFOHEADER.biSizeImage Field

FreeImage.NET

BITMAPINFOHEADERbiSizeImage Field
Specifies the size, in bytes, of the image. This may be set to zero for BI_RGB bitmaps.

Windows 98/Me, Windows 2000/XP: If biCompression is BI_JPEG or BI_PNG, biSizeImage indicates the size of the JPEG or PNG image buffer, respectively.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public uint biSizeImage

Field Value

Type: UInt32
See Also