FreeImage.NET Class Library Reference
WICMetadataHandlerAuthor Property |
Gets or sets a value that represents the author of an image.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public ReadOnlyCollection<string> Author { get; set; }
Property Value
Type: ReadOnlyCollectionStringSee Also