How to get list(of Tags) and Add,edit or delete a tag in tiff image

I need to get list(of Tags) or array of tags that is a tiff image and then be able to Add, edit or delete a tag in tiff image. Then save the modified image back to disk.

@elumicor

TiffImage class contains TiffFrames. The TiffFrame has property FrameOptions which contains Tags.

Thanks a lot