positionInPortraitMode property

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

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

Implementation

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