Name | Type | Description | Notes |
---|---|---|---|
type | string | ||
export_quality | \Integrations\Canva\SDK\Model\ExportQuality | [optional] | |
quality | int | For the `jpg` type, the `quality` of the exported JPEG determines how compressed the exported file should be. A low `quality` value (minimum `1`) will create a file with a smaller file size, but the resulting file will have pixelated artifacts when compared to a file created with a high `quality` value (maximum `100`). | |
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] |