[]
Loads Exif metadata from a byte array.
public void Load(byte[] data, int offset = 0, int length = 0)
| Type | Name | Description |
|---|---|---|
| byte[] | data | |
| int | offset | |
| int | length |
Loads Exif metadata from a Stream.
public void Load(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream |