Show / Hide Table of Contents

Class Volume.VolumeInfoData.PanelizationSummaryData

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

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

Properties

ContainsEpubBubbles

Declaration
[JsonProperty("containsEpubBubbles")]
public virtual bool? ContainsEpubBubbles { get; set; }
Property Value
Type Description
bool?

ContainsImageBubbles

Declaration
[JsonProperty("containsImageBubbles")]
public virtual bool? ContainsImageBubbles { get; set; }
Property Value
Type Description
bool?

EpubBubbleVersion

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

ImageBubbleVersion

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