Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.27 KB

GifExportFormat.md

File metadata and controls

13 lines (10 loc) · 1.27 KB

# GifExportFormat

Properties

Name Type Description Notes
type string
export_quality \Integrations\Canva\SDK\Model\ExportQuality [optional]
height int Specify the height in pixels of the exported image. If only one of height or width is specified, then the image will be scaled to match that dimension, respecting the design's aspect ratio. If no width or height is specified, the image will be exported using the dimensions of the design. [optional]
width int Specify the width in pixels of the exported image. If only one of height or width is specified, then the image will be scaled to match that dimension, respecting the design's aspect ratio. If no width or height is specified, the image will be exported using the dimensions of the design. [optional]
pages int[] To specify which pages to export in a multi-page design, provide the page numbers as an array. The first page in a design is page `1`. If `pages` isn't specified, all the pages are exported. [optional]

[Back to Model list] [Back to API list] [Back to README]