> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/xamarin/changelogs/version-8/v8-1-0.md).

# Version 8.1.0 Changelog (December 10, 2020)

World's #1 PDF SDK Library for Web, Mobile, Server, Desktop

Version: 8.1.0

Release Date: December 10, 2020

## Notes

This release of Apryse for Xamarin brings the core PDF functionality and iOS and Android Tools functionality inline with version 8.1.0 of the iOS and Android SDKs. More information can be found on [What's New for iOS](/ios/changelogs/version-8/v8-1-0-76833.md) and [What's New for Android](/android/changelogs/version-8/v8-1-0.md).

## Xamarin.Android

### New features

* The new viewer ui is now officially released and all of the legacy components have been deprecated

![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-ffa3eaa183402c0184a8845cef4ef7492205fd4b%2F1ed8a2fb5f4d6204964ec7788bb1094df6d78c7e-600x1200.gif?alt=media)

* New redaction toolbar in new ui

![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-6dc580003457d5074b3ac128f33c0390859750c8%2F2c3c801bf7c18b24026b34ae4c7feddec3bb2986-1080x2220.png?alt=media)

* Keyboard shortcuts is now supported in the new viewer UI
* New API to [show/hide page forward backward](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Config.ViewerConfig.Builder.html#pdftron_PDF_Config_ViewerConfig_Builder_ShowQuickNavigationButton_System_Boolean_) buttons
* New API to [show/hide toolbar switcher](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Controls.PdfViewCtrlTabHostFragment2.html#pdftron_PDF_Controls_PdfViewCtrlTabHostFragment2_SetToolbarSwitcherVisible_System_Boolean_) button
* New API to [show/hide thumbnails browser's filter modes](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Config.ViewerConfig.Builder.html#pdftron_PDF_Config_ViewerConfig_Builder_HideThumbnailFilterModes_pdftron_PDF_Controls_ThumbnailsViewFragment_FilterModes___)
* New API to [disable image in reflow](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Config.ViewerConfig.Builder.html#pdftron_PDF_Config_ViewerConfig_Builder_ImageInReflowEnabled_System_Boolean_)

## Xamarin.iOS

### New features

* Adds an Apple Pencil interaction mode setting to the `PTToolsSettingsManager` to control how Apple Pencil and fingers are treated when creating annotations. The different modes for the new [`PTToolsSettingsManager.PencilInteractionMode`](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.Tools.PTToolManager.html#pdftron_PDF_Tools_PTToolManager_PencilInteractionMode) setting are: The default Apple Pencil interaction mode is to obey the iOS Pencil system setting on iOS 14 and above, and to accept Pencil and finger touches on iOS 13 and below.
  * Apple Pencil and finger touches create annotations.
  * Apple Pencil touches create annotations, fingers pan and zoom.
  * The iOS Pencil system setting is obeyed.
* Shape annotations (rectangle, ellipse, line, arrow) can now be created with a single tap when the respective shape creation tool is active.
* App-wide settings in the [`PTToolsSettingsManager`](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.Utils.PTToolsSettingsManager.html) can now be accessed from the viewer via the [`AppSettingsButtonItem`](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.Controls.PTDocumentBaseViewController.html#pdftron_PDF_Controls_PTDocumentBaseViewController_AppSettingsButtonItem). By default, this item is hidden. The [`AppSettingsButtonHidden`](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.Controls.PTDocumentBaseViewController.html#pdftron_PDF_Controls_PTDocumentBaseViewController_AppSettingsButtonHidden) property can be used to show this item in the more-items list from the ellipsis button in the navigation bar.
* The magnification loupe will not be shown when creating text markup annotations with an Apple Pencil.
* It is now possible to specify the [`UIDatePickerStyle`](https://developer.apple.com/uikit/uidatepickerstyle?language=objc) for form widgets which use a date picker. This can be controlled with the following API: [`PTWidgetAnnotationOptions.PreferredDatePickerStyle`](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.Tools.PTWidgetAnnotationOptions.html#pdftron_PDF_Tools_PTWidgetAnnotationOptions_PreferredDatePickerStyle).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apryse.com/xamarin/changelogs/version-8/v8-1-0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
