FreeImageBitmap.ImageFormat Property

FreeImage.NET

FreeImageBitmapImageFormat Property
Gets the format of the original image in case this FreeImageBitmap was loaded from a file or stream.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public FREE_IMAGE_FORMAT ImageFormat { get; }

Property Value

Type: FREE_IMAGE_FORMAT
See Also