WICMetadataHandler.DateTaken Property

FreeImage.NET

WICMetadataHandlerDateTaken Property
Gets or sets a value that indicates the date that the image was taken.

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

Property Value

Type: NullableDateTime
See Also