Table of Contents

Class ImageMetadata.Thumbnail

Namespace
The.Documents
Assembly
Instagile.dll
[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

height int
width int
mimeType string
id Guid

Properties

Height

[Key(0)]
public int Height { get; }

Property Value

int

ID

[Key(3)]
public Guid ID { get; }

Property Value

Guid

MIMEType

[Key(2)]
public string MIMEType { get; }

Property Value

string

Width

[Key(1)]
public int Width { get; }

Property Value

int