2021.1

Table Of Contents
{
"identifier": 1121,
"sortkey": "SK|Rachel"
}
]
]
JSON Image Parameters
Describes a list of parameters used specifically in the creation of a preview image of content for
print, email or web.
This structure is used specifically by the Content Creation service when creating preview
images.
Structure
The structure consists of an object with the following optional name/value pairs:
l context the context to be used in the creation of the preview (value of either print,
email or web)
(type of string Default value is determined by the first context in the template)
l section the section to be used within the context specified (as either the context
parameter, or else the default context of the template)
(type of string Default value is determined by the context specified. For the Print
context this will be all enabled sections. For the Email and Web contexts this will be the
default section)
l type the image type/format to be used in the creation of the preview (value of either jpg,
jpeg or png)
(type of string Default value of jpg)
l dpi the target image resolution of the preview in dots per inch (DPI)
(type of number Default value of 96)
l archive whether to return the resulting preview as a ZIP file/archive
(type of boolean Default value is determined automatically by the number of image files
in the preview output)
Specific to parameters with a type parameter specified to a value of jpg, the following optional
name/value pair can be specified:
l quality the image quality of the preview (value ranging from 0-100)
(type of number Default value of 100)
Page 76