FreeImage.NET Class Library Reference
FreeImageGetMetadataCount Method |
Returns the number of tags contained in the model metadata model attached to the input dib.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static uint GetMetadataCount( FREE_IMAGE_MDMODEL model, FIBITMAP dib )
Parameters
- model
- Type: FreeImageAPIFREE_IMAGE_MDMODEL
The metadata model. - dib
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
Return Value
Type: UInt32Number of tags contained in the metadata model.
See Also