WICMetadataHandler.Keywords Property

FreeImage.NET

WICMetadataHandlerKeywords Property
Gets or sets a collection of keywords that describe the bitmap image.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public ReadOnlyCollection<string> Keywords { get; set; }

Property Value

Type: ReadOnlyCollectionString
See Also