MetadataTag.GetPropertyItem Method

FreeImage.NET

MetadataTagGetPropertyItem Method
Gets a .NET PropertyItem for this metadata tag.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public PropertyItem GetPropertyItem()

Return Value

Type: PropertyItem
The .NET PropertyItem.
See Also