annotationAuthor property

void annotationAuthor=(String value)

The author name for all annotations created on the current document.

When the XFDF command is exported, this information will be included.

Implementation

set annotationAuthor(String value) => _annotationAuthor = value;