Did you find this guide helpful?
Some test text!
iOS / Changelog / 6.9.3.68951
PTDocumentViewController
or PTTabbedDocumentViewController
.PTNavigationListsViewController
(which by default contains the document outline, annotation list and user bookmarks).Version 6.9.3+ (new method):
toolManager.inkAnnotationPermission.canCreate = false
toolManager.inkAnnotationPermission.canEdit = false
toolManager.highlightAnnotationPermission.canCreate = false
toolManager.highlightAnnotationPermission.canEdit = false
Version 6.8.7-6.9.2 (previous method):
toolManager.configure(with: ToolManagerConfiguration { builder in
builder.annotPermissions = [
.ink : [
.canCreate : false,
.canEdit : false,
],
.highlight: [
.canCreate: false,
.canEdit: false,
],
]
})
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales