positionInPortraitMode property

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

The watermark position in the portrait mode. See Rectangle.

Implementation

@JsonKey(includeIfNull: false)
Rectangle? positionInPortraitMode;