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




Glossary Item Box

Gets or sets simplified access to XMP metadata.

Syntax

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

Property Value

ImageGear.Formats.XMP.ImGearXMPMetadataRoot class value.

Remarks

The property returns null if XMP metadata doesn't exist in the metadata tree.

You can add XMP metadata to a metadata tree, if it is not present, by creating a new instance of ImageGear.Formats.XMP.ImGearXMPMetadataRoot class and assigning it to the XMP property. However, this is only allowed if metadata tree's target format is compatible with XMP. Currently, the following target formats support XMP metadata: TIFF, JPEG, PSD, PDF, PS, GIF, PNG, JP2 and JPX.

See Also

©2013. Accusoft Corporation. All Rights Reserved.