Some test text!

Search
Hamburger Icon

Xamarin / Changelog / v6.8.7

Version 6.8.7 Changelog (September 28, 2018)

Version: 6.8.7

Release Date: September 28, 2018

Notes

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 .

Xamarin.Android

New features

<uses-permission android:name="android.permission.RECORD_AUDIO" /> permission required

Xamarin.iOS

New features

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);

Get the answers you need: Chat with us