Gets the FREE_IMAGE_FORMAT FreeImage assigned to this plugin.
Namespace:
FreeImageAPI.PluginsAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public FREE_IMAGE_FORMAT Format { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Format As FREE_IMAGE_FORMAT |
| Visual C++ |
|---|
public: property FREE_IMAGE_FORMAT Format { FREE_IMAGE_FORMAT get (); } |