WmfBitmapInfoHeader.ImageSize
WmfBitmapInfoHeader.ImageSize property
Gets or sets a 32-bit unsigned integer that defines the size, in bytes, of the image. If the Compression value is BI_RGB, this value SHOULD be zero and MUST be ignored. If the Compression value is BI_JPEG or BI_PNG, this value MUST specify the size of the JPEG or PNG image buffer, respectively.
public int ImageSize { get; set; }
See Also
- class WmfBitmapInfoHeader
- namespace Aspose.Imaging.FileFormats.Wmf.Objects
- assembly Aspose.Imaging