zOrder property

  1. @JsonKey(name: 'zOrder')
int? zOrder
final

The layer index of the watermark or background image. When you use the watermark array to add a watermark or multiple watermarks, you must pass a value to zOrder in the range 1,255; otherwise, the SDK reports an error. In other cases, zOrder can optionally be passed in the range 0,255, with 0 being the default value. 0 means the bottom layer and 255 means the top layer.

Implementation

@JsonKey(name: 'zOrder')
final int? zOrder;