FreeImage.NET Class Library Reference
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: ReadOnlyCollectionStringSee Also