Gets the format of the original image in case
this FreeImageBitmap was loaded from a file or stream.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public FREE_IMAGE_FORMAT ImageFormat { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property ImageFormat As FREE_IMAGE_FORMAT |
Visual C++ |
---|
public: property FREE_IMAGE_FORMAT ImageFormat { FREE_IMAGE_FORMAT get (); } |