Format Object

Parameter

Type

Description

w

integer

Width of the impression in pixels, for example, 300.

h

integer

Height of the impression in pixels, for example 250.

Format Object Example

{
   "format":[{
      "w":300,
      "h":250
   }]
}