userBookmarksListEditingEnabled property

void userBookmarksListEditingEnabled=(bool value)

Whether the bookmark list is editable.

If the viewer is read-only, then bookmarks on Android will still be editable but are saved to the device rather than the PDF. Defaults to true.

Implementation

set userBookmarksListEditingEnabled(bool value) =>
    _userBookmarksListEditingEnabled = value;