Dim propimtem As PropertyItem() = myimage.PropertyItems
            Dim prop As PropertyItem
            Dim encoding As System.Text.ASCIIEncoding = New
System.Text.ASCIIEncoding

            For Each prop In propimtem
                If prop.Id.ToString("x") = "9003" Then
                    _string = encoding.GetString(prop.Value())
                End If
                If prop.Id.ToString("x") = "110" Then
                   _string2 = encoding.GetString(prop.Value())
                End If
                If prop.Id.ToString("x") = "10f" Then
                    _string3 = encoding.GetString(prop.Value())
                End If
            Next 


Liefert Kamera(9003), Hersteller(110), AufnahmeZeit(10f)



Liebe Gr��e,
Reinhold



-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Im Auftrag von Thomas Bandt
Gesendet: Mittwoch, 26. Januar 2005 14:05
An: [email protected]
Betreff: [CSharp.net] Bildinformationen auslesen

Gibt es ne M�glichkeit, mit C# Bildeigenschaften wie Kameratyp, Autor usw.
auszulesen?

Gru�, Thomas
http://blogs.dotnetgerman.com/thomas/ 


_______________________________________________
CSharp.net Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/csharp.net



_______________________________________________
CSharp.net Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/csharp.net

Antwort per Email an