isCopyPasteEnabled

abstract fun isCopyPasteEnabled(): Boolean

Whether copy and paste operations are enabled for annotations. If true we will show copy and cut actions in the editing annotation toolbar. Defaults to true.

Return

true if copy/paste is enabled, false otherwise.