开发者

How to Read and Edit IPTC "Writer/Editor" tag using WPF

开发者 https://www.devze.com 2022-12-20 02:40 出处:网络
I am creating a WPF application that can read and write IPTC and XMP image metadata. I am having problem reading and writing the IPTC Writer/Editor property. The XMP counterpart of it works fine. I ha

I am creating a WPF application that can read and write IPTC and XMP image metadata. I am having problem reading and writing the IPTC Writer/Editor property. The XMP counterpart of it works fine. I have tried the following options but no luck.

metaData.SetQuery("/app13/irb/8bimiptc/iptc/Writer/Editor", value)

metaData.SetQuery("/app13/irb/8bimiptc/iptc/Writer-Editor", value)

metaData.SetQuery("/app13/irb/8bimiptc/iptc/Writer Editor", value)

metaData.SetQuery("/app13/irb/8bimiptc/iptc/Caption/Description Writer", value)

Would greatly appreciate any pointers/help to开发者_开发技巧 access the Writer/Editor tag.

muruge.


I found the answer from the following link.

It had to metaData.SetQuery("/app13/irb/8bimiptc/iptc/Writer\/Editor", value)

Anyways Thanks to all..

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号