[This is preliminary documentation and is subject to change.]
Author:
Đonny
Provides low level access to stream of Exif data
Namespace: Tools.MetadataT.ExifTAssembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[VersionAttribute(, , typeof(ExifReader), LastChange = "04/25/2007")]
public class ExifReader |
| Visual Basic |
|---|
<VersionAttribute(, , GetType(ExifReader), LastChange := "04/25/2007")> _
Public Class ExifReader |
| Visual C++ |
|---|
[VersionAttribute(, , typeof(ExifReader), LastChange = L"04/25/2007")]
public ref class ExifReader |
| F# |
|---|
[<VersionAttribute(, , typeof(ExifReader), LastChange = "04/25/2007")>]
type ExifReader = class end |
| JScript |
|---|
public class ExifReader |
Inheritance Hierarchy
See Also
Version History
1.5.2
- Exif data of type ASCII are required to be terminated with nullchar. The nullchar is trimmed.