signSignatureFieldWithStamps property

set signSignatureFieldWithStamps (bool value)

Whether signature fields will be signed with image stamps.

Can be useful if saving XFDF to remote source. Defaults to false.

Implementation

set signSignatureFieldWithStamps(bool value) =>
    _signSignatureFieldWithStamps = value;