Show / Hide Table of Contents

Class Volume.VolumeInfoData.ImageLinksData

A list of image links for all the sizes that are available. (In LITE projection.)

Inheritance
object
Volume.VolumeInfoData.ImageLinksData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Volume.VolumeInfoData.ImageLinksData

Properties

ExtraLarge

Image link for extra large size (width of ~1280 pixels). (In LITE projection)

Declaration
[JsonProperty("extraLarge")]
public virtual string ExtraLarge { get; set; }
Property Value
Type Description
string

Large

Image link for large size (width of ~800 pixels). (In LITE projection)

Declaration
[JsonProperty("large")]
public virtual string Large { get; set; }
Property Value
Type Description
string

Medium

Image link for medium size (width of ~575 pixels). (In LITE projection)

Declaration
[JsonProperty("medium")]
public virtual string Medium { get; set; }
Property Value
Type Description
string

Small

Image link for small size (width of ~300 pixels). (In LITE projection)

Declaration
[JsonProperty("small")]
public virtual string Small { get; set; }
Property Value
Type Description
string

SmallThumbnail

Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)

Declaration
[JsonProperty("smallThumbnail")]
public virtual string SmallThumbnail { get; set; }
Property Value
Type Description
string

Thumbnail

Image link for thumbnail size (width of ~128 pixels). (In LITE projection)

Declaration
[JsonProperty("thumbnail")]
public virtual string Thumbnail { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX