Class Volume.AccessInfoData.PdfData
Information about pdf content. (In LITE projection.)
Inheritance
System.Object
Volume.AccessInfoData.PdfData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class PdfData
Properties
AcsTokenLink
URL to retrieve ACS token for pdf download. (In LITE projection.)
Declaration
[JsonProperty("acsTokenLink")]
public virtual string AcsTokenLink { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DownloadLink
URL to download pdf. (In LITE projection.)
Declaration
[JsonProperty("downloadLink")]
public virtual string DownloadLink { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsAvailable
Is a scanned image pdf available either as public domain or for purchase. (In LITE projection.)
Declaration
[JsonProperty("isAvailable")]
public virtual bool? IsAvailable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |