positionInLandscapeMode property

  1. @JsonKey(includeIfNull: false)
Rectangle? positionInLandscapeMode
getter/setter pair

The watermark position in the landscape mode. See Rectangle.

Implementation

@JsonKey(includeIfNull: false)
Rectangle? positionInLandscapeMode;