|
|
@ -42,7 +42,7 @@ namespace ImageSharp |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// The data type of the exif value.
|
|
|
/// Gets the data type of the exif value.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public ExifDataType DataType |
|
|
public ExifDataType DataType |
|
|
{ |
|
|
{ |
|
|
@ -50,7 +50,7 @@ namespace ImageSharp |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Returns true if the value is an array.
|
|
|
/// Gets a value indicating whether the value is an array.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public bool IsArray |
|
|
public bool IsArray |
|
|
{ |
|
|
{ |
|
|
@ -58,7 +58,7 @@ namespace ImageSharp |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// The tag of the exif value.
|
|
|
/// Gets the tag of the exif value.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public ExifTag Tag |
|
|
public ExifTag Tag |
|
|
{ |
|
|
{ |
|
|
@ -66,7 +66,7 @@ namespace ImageSharp |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// The value.
|
|
|
/// Gets or sets the value.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public object Value |
|
|
public object Value |
|
|
{ |
|
|
{ |
|
|
|