areaSize property

  1. @BuiltValueField.new(wireName: r'AreaSize')
AreaSize? get areaSize

Size of an area. Contain the size of the pad area where the signature is written, given with the maximum abscissa and ordinate values (X and Y). The maximum value is FFFF.

Implementation

@BuiltValueField(wireName: r'AreaSize')
AreaSize? get areaSize;