I would love to help, but not sure if I understand. If the resulting object in this line is IptcTag then they're limited to whatever values IptcTag enum has listed. I believe it would require adding non-standard tags to IptcTag (i.e IptcTag.Undefined224 - which is what I'll try to do now). Otherwise it needs a bit more changes... like maybe changing IptcTag enum to IptcTag class without limited set of values.
↧