Clarifiration:
How do I Edit and Save Image EXIF / Metadata / FileInfo without using an external DLL?
Project:
Dim MyValue As String = "" For Each item In PictureBox1.Image.PropertyIdList MyValue = System.Text.Encoding.UTF8.GetString(PictureBox1.Image.GetPropertyItem(item).Value) ListBox1.Items.Add(MyValue) Next