> 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-7/v7-1-1.md).

# Version 7.1.1 Changelog (April 20, 2020)

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

Version: 7.1.1

Release Date: April 20, 2020

## Notes

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

## Xamarin.Android

### New features

* New annotation review status in the reply dialog and the annotation list in the [collaboration document viewer](/xamarin/collaboration/collab/setup-a.md)

| Reply dialog                                                                                                                                                                                                                                   | Annotation list                                                                                                                                                                                                                                |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-eba825ee93cbd4e5416c174de602a2048127a7f1%2F819dc13dd8f983cc66aabf506a27ca2dba1735e9-540x680.png?alt=media) | ![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-68070430ed29fdf840fc7a6afaa2f91172ce4592%2F7e2ae18bdf97565d844e4cbb604981d756cc925f-540x680.png?alt=media) |

* New stroke eraser setting for ink annotation

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

## Xamarin.iOS

### New features

* New option to search document for selected text.
* The `PTDocumentViewController`'s autosaving can be completely disabled, including when the app is sent to the background and the document is closed.
* The `PTSignaturesManager` can now return a UIImage copy of any saved signature.
* It is now possible to customize via subclassing the individual cells of a `PTAnnotationViewController` based on the annotation being displayed.
* Cloudy annotations now show their correct appearance when selected and while moving a vertex.
* Cloudy annotations can how have the size of their cloud bump size ("border effect intensity") changed via API.
* The annotation style picker can now be customized with different minimum/maximum slider values.
* New `PTPDFViewCtrlDelegate` and `PTPDFViewCtrlToolDelegate` method `PdfViewCtrlShouldZoom` to dynamically control if zooming is enabled.
* New `PTBookmarkViewControllerDelegate` methods didAdd/RemoveBookmark.


---

# 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-7/v7-1-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.
