ImageGear for .NET
IPTC Property
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearMetadataHead Class : IPTC Property




Glossary Item Box

Gets or sets simplified access to IPTC metadata.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

ImageGear.Formats.IPTC.ImGearIPTCMetadata class object.

Remarks

The user does not need to know exact location of IPTC metadata in the metadata tree. If IPTC metadata doesn't exist in the metadata tree, the property returns null.

You can add IPTC metadata to a metadata tree, if it was not present, by creating a new instance of ImageGear.Formats.IPTC.ImGearIPTCMetadata class and assigning it to the IPTC property. However, this only allowed if metadata tree's target format is compatible with IPTC. Currently, two target formats support IPTC metadata: TIFF and JPEG.

See Also

©2013. Accusoft Corporation. All Rights Reserved.