Show / Hide Table of Contents

Class Volume.VolumeInfoData.PanelizationSummaryData

A top-level summary of the panelization info in this volume.

Inheritance
System.Object
Volume.VolumeInfoData.PanelizationSummaryData
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 PanelizationSummaryData

Properties

ContainsEpubBubbles

Declaration
[JsonProperty("containsEpubBubbles")]
public virtual bool? ContainsEpubBubbles { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ContainsImageBubbles

Declaration
[JsonProperty("containsImageBubbles")]
public virtual bool? ContainsImageBubbles { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

EpubBubbleVersion

Declaration
[JsonProperty("epubBubbleVersion")]
public virtual string EpubBubbleVersion { get; set; }
Property Value
Type Description
System.String

ImageBubbleVersion

Declaration
[JsonProperty("imageBubbleVersion")]
public virtual string ImageBubbleVersion { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top