autoCrop property

  1. @TagNumber(2)
bool get autoCrop

@doc Whether to automatically crop exported images to the drawn area.

Implementation

@$pb.TagNumber(2)
$core.bool get autoCrop => $_getBF(1);
  1. @TagNumber(2)
set autoCrop (bool value)

Implementation

@$pb.TagNumber(2)
set autoCrop($core.bool value) => $_setBool(1, value);