[ Version ( deprecated = true , deprecated_since = "0.16.0" , since = "0.12.2" ) ]
public Bytes? try_get_tag_raw (string tag) throws Error
Warning: try_get_tag_raw is deprecated since 0.16.0.
The Exiv2 Tag Reference can be found at http://exiv2.org/metadata.html
Use [method@Metadata.get_tag_raw] instead.
Tags that support multiple values may be returned as a single byte array, with records separated by 4x INFORMATION SEPARATOR FOUR (ASCII 0x1c)
| this |
An instance of [class@GExiv2.Metadata] |
| tag |
Exiv2 tag name |
|
The tag's raw value as a byte array |