Some test text!
Xamarin / Changelog / v6.8.7
Version: 6.8.7
Release Date: September 28, 2018
This release of Apryse for Xamarin brings the core PDF functionality and iOS and Android Tools functionality inline with version 6.8.7 of the iOS and Android SDKs. More information can be found on What's New for iOS and What's New for Android .
SoundCreate
tool for creating sound annotations<uses-permission android:name="android.permission.RECORD_AUDIO" />
permission required
FileAttachmentCreate
tool for creating file attachment annotationsToolManager
APIs to selectively disable tools based on the annotation type or functionality.For example, to disable text highlight tool and ink tool:
mToolManager.SetPermissionsForExtendedAnnotTypeCanCreate(pdftron.PDF.PTExtendedAnnotType.Highlight, false);
mToolManager.SetPermissionsForExtendedAnnotTypeCanCreate(pdftron.PDF.PTExtendedAnnotType.Ink, false);
Or, to disable link following:
mToolManager.SetPermissionForInteractionToolType(pdftron.PDF.PTInteractionToolType.LinkFollowing, false);
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales