Enum PresentationsResource.PagesResource.GetThumbnailRequest.ThumbnailPropertiesThumbnailSizeEnum
The optional thumbnail image size. If you don't specify the size, the server chooses a default size of the image.
Namespace: Google.Apis.Slides.v1
Assembly: Google.Apis.Slides.v1.dll
Syntax
public enum PresentationsResource.PagesResource.GetThumbnailRequest.ThumbnailPropertiesThumbnailSizeEnum
Fields
Name | Description |
---|---|
LARGE | The thumbnail image width of 1600px. |
MEDIUM | The thumbnail image width of 800px. |
SMALL | The thumbnail image width of 200px. |
THUMBNAILSIZEUNSPECIFIED | The default thumbnail image size. The unspecified thumbnail size implies that the server chooses the size of the image in a way that might vary in the future. |