Optional
heightDeprecated. Height of the image. The original image is scaled to this height. Specify 0 to set height of the source image. Ignored if position2 is defined.
Optional
idInternal markup object identifier.
Optional
maxMaximum height of the image. Specify a max height if you want to set the height to the original image but not more than the max.
Optional
maxMaximum width of the image. Specify a max width if you want to set the width to the original image but not more than the max.
Optional
positionScreen coordinates of the top-left point (position) of the image.
Optional
position2Screen coordinates of the bottom-right point (position) of the image. Specify 0 to set widt and height of the source image.
Optional
srcImage source as a base64-encoded Data URL.
Optional
widthDeprecated. Width of the image. The original image is scaled to this width. Specify 0 to set width of the source image. Ignored if position2 is defined.
Defines the parameters for creating a markup image.