Overload | Description |
---|---|
ReadMarkers(String) | Reads all the metadata markers (COM and APPn) from a file. |
ReadMarkers(Stream) | Reads all the metadata markers (COM and APPn) from a stream. |
Visual Basic | Copy Code |
---|---|
RasterCodecs.ReadMarkers(string) |
C# | Copy Code |
---|---|
RasterCodecs.ReadMarkers(string) |
This method reads all the metadata markers from a file, and returns a collection of the markers.
For Exif files, this metadata collection will contain all the Exif and GPS comments, stored in APP1. It will also contain the audio information stored in APP2.
If the file contains no marker, then this method will return an empty collection.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family