positionInLandscapeMode property

  1. @JsonKey(name: 'positionInLandscapeMode')
Rectangle? positionInLandscapeMode
final

When the adaptation mode of the watermark is fitModeCoverPosition, it is used to set the area of the watermark image in landscape mode. See Rectangle.

Implementation

@JsonKey(name: 'positionInLandscapeMode')
final Rectangle? positionInLandscapeMode;