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: 
   FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# | 
|---|
public uint biSizeImage  | 
| Visual Basic (Declaration) | 
|---|
Public biSizeImage As UInteger  | 
| Visual C++ | 
|---|
public: unsigned int biSizeImage  |