Hi Balasubramanian,
since i was working in another project, I couldnt get the solution yet. But I have searched in the net and find another way to get the IPTC data in C#. Kindly go through this sample and let me know the status.
IPTC in C#
And also, Bala do you have the
BitmapMetadata
use codes from here:
IPTC Codes
with
BitmapMetadata meta = (BitmapMetadata)myDecoder.Frames[0].Metadata;
MyInfo = meta.GetQuery("/app13/ifb/8bimiptc/WHATEVER") ;
thanks
