This documentation is for the old version. Go to the latest Upload Suite docs

FileUploadEventArgs.Iptc Property

Gets a IptcList which represents a list of IPTC fields extracted from the uploaded file.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public ReadOnly Property Iptc As IptcList
C#
public IptcList Iptc { get; }

Property Value

The IptcList that contains IPTC fields extracted from the uploaded file.

Remarks

This property returns a list of IPTC fields specified for upload with the ExtractIptc property.

See Also

Reference