ImageGetIPTCTag
Syntax
ImageGetIPTCTag(name, tagName)Arguments
Name
Type
Required
Description
Returns
Description
Example
// Get the copyright tag from a BoxImage
copyright = ImageGetIPTCTag(myImage, "Copyright");
// Get the headline tag from an image file path
headline = ImageGetIPTCTag("/path/to/image.jpg", "Headline");See Also
Notes
Was this helpful?
