FreeImageBitmap.PropertyItems Property

FreeImage.NET

FreeImageBitmapPropertyItems Property
Gets all the property items (pieces of metadata) stored in this FreeImageBitmap.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public PropertyItem[] PropertyItems { get; }

Property Value

Type: PropertyItem
See Also