Class ImageMetadata.Thumbnail
[MessagePackObject(false)]
public class ImageMetadata.Thumbnail
- Inheritance
-
ImageMetadata.Thumbnail
- Inherited Members
Constructors
Thumbnail(int, int, string, Guid)
[SerializationConstructor]
[JsonConstructor]
public Thumbnail(int height, int width, string mimeType, Guid id)
Parameters
Properties
Height
[Key(0)]
public int Height { get; }
Property Value
ID
[Key(3)]
public Guid ID { get; }
Property Value
MIMEType
[Key(2)]
public string MIMEType { get; }
Property Value
Width
[Key(1)]
public int Width { get; }