positionInLandscapeMode property

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

The area to display the watermark image in landscape mode.

Implementation

@JsonKey(includeIfNull: false)
Rectangle? positionInLandscapeMode;