The properties of an image.
More...
|
virtual System.Nullable< float > | Angle [get, set] |
| The clockwise rotation angle of the image, in radians. More...
|
|
virtual System.Nullable< float > | Brightness [get, set] |
| The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. More...
|
|
virtual string | ContentUri [get, set] |
| 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. More...
|
|
virtual System.Nullable< float > | Contrast [get, set] |
| The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. More...
|
|
virtual CropProperties | CropProperties [get, set] |
| The crop properties of the image. More...
|
|
virtual string | SourceUri [get, set] |
| The source URI is the URI used to insert the image. The source URI can be empty. More...
|
|
virtual System.Nullable< float > | Transparency [get, set] |
| 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 completely transparent. More...
|
|
virtual string | ETag [get, set] |
| The ETag of the item. More...
|
|
string | ETag |
|
The properties of an image.
◆ Angle
virtual System.Nullable<float> Google.Apis.Docs.v1.Data.ImageProperties.Angle |
|
getset |
The clockwise rotation angle of the image, in radians.
◆ Brightness
virtual System.Nullable<float> Google.Apis.Docs.v1.Data.ImageProperties.Brightness |
|
getset |
The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect.
◆ ContentUri
virtual string Google.Apis.Docs.v1.Data.ImageProperties.ContentUri |
|
getset |
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.
◆ Contrast
virtual System.Nullable<float> Google.Apis.Docs.v1.Data.ImageProperties.Contrast |
|
getset |
The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect.
◆ CropProperties
virtual CropProperties Google.Apis.Docs.v1.Data.ImageProperties.CropProperties |
|
getset |
The crop properties of the image.
◆ ETag
virtual string Google.Apis.Docs.v1.Data.ImageProperties.ETag |
|
getset |
◆ SourceUri
virtual string Google.Apis.Docs.v1.Data.ImageProperties.SourceUri |
|
getset |
The source URI is the URI used to insert the image. The source URI can be empty.
◆ Transparency
virtual System.Nullable<float> Google.Apis.Docs.v1.Data.ImageProperties.Transparency |
|
getset |
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 completely transparent.
The documentation for this class was generated from the following file: