Show / Hide Table of Contents

Class ImageProperties

The properties of an image.

Inheritance
object
ImageProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class ImageProperties : IDirectResponseSchema

Properties

Angle

The clockwise rotation angle of the image, in radians.

Declaration
[JsonProperty("angle")]
public virtual float? Angle { get; set; }
Property Value
Type Description
float?

Brightness

The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect.

Declaration
[JsonProperty("brightness")]
public virtual float? Brightness { get; set; }
Property Value
Type Description
float?

ContentUri

A URI to the image with a default lifetime of 30 minutes. This URI is tagged with the account of the requester. Anyone with the URI effectively accesses the image as the original requester. Access to the image may be lost if the document's sharing settings change.

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

Contrast

The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect.

Declaration
[JsonProperty("contrast")]
public virtual float? Contrast { get; set; }
Property Value
Type Description
float?

CropProperties

The crop properties of the image.

Declaration
[JsonProperty("cropProperties")]
public virtual CropProperties CropProperties { get; set; }
Property Value
Type Description
CropProperties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SourceUri

The source URI is the URI used to insert the image. The source URI can be empty.

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

Transparency

The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means transparent.

Declaration
[JsonProperty("transparency")]
public virtual float? Transparency { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX