> 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-9/v9-2-1.md).

# Version 9.2.1 Changelog (April 6, 2022)

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

Version: 9.2.1

Release Date: April 6, 2022

## Notes

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

## Xamarin.Android

### New features

* Updated UX for signature flow

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

* New free text rotation

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

* New option to enable quick bookmark creation

![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-d3c4b5e54010b6832cca1a8021c5dc6da9019be2%2F366327b07acbd8f4a2359809e5eab2799675b2b8-540x1170.png?alt=media)

* Support for adding comments to text markup in reflow mode
* Support large font via device accessibility settings in the viewer
* New duplicate option for existing annotations
* New APIs to set editing options in the `ThumbnailsViewFragment`

## Xamarin.iOS

### New features

* Adds the ability to rotate text annotations.
* Area and Perimeter measurement annotations now display their measurement value as a label on the annotation.
* Pages can be added to a document using a camera-based scanner.
* XML files can now be converted to PDF and displayed in the viewer.

### New APIs

* Added a new option to display a toggle bookmark button in the navigation bar on tablets, and the toolbar on phones.
* The `PTAnnotationReplyViewController` now supports editing replies.
* Added the option to show the date picker when first creating a date text annotation with the `PTDateTextCreate` class
* Added the option to show the date picker when first tapping a date text annotation created with the `PTDateTextCreate` class

### Bug fixes

* Fixes an issue where the user couldn't scroll all the way to the top of the document after inserting a new page.
* Fixes an issue where the document would not save automatically under certain conditions.
* Fixes a crash when undoing certain actions while filling in forms.
* Prevents a memory leak when viewing password-protected documents.
* Fixes a crash that would sometimes occur when re-opening previously-opened files.


---

# 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-9/v9-2-1.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.
