> 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-2.md).

# Version 7.1.2 Changelog (May 22, 2020)

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

Version: 7.1.2

Release Date: May 22, 2020

## Notes

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

## Xamarin.Android

### New features

* New ways to redact documents: mark by page and mark by search results

| Redact by search                                                                                                                                                                                                                                 | Redact by page                                                                                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| ![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-ba80f003478aeceef6dadadc380dbd0fb23723c3%2F14e7384f93dc1be0abe1ef23711c6e644ad0e4b0-1080x2209.png?alt=media) | ![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-7939acbf7a7821fa6a7d00f3f12b4d240ff50676%2Fd1b1444a69a188834f297a8573d58280bc641b7d-1080x2207.png?alt=media) |

* New [rectangular area measurement tool](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Tools.RectAreaMeasureCreate.html)

![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-3732cc70aeb6928c7797b2ecce0857cebe81bb09%2F3c7da1d1fd0830a126609d6685e9633a5d0b64ef-405x842.gif?alt=media)

* Point snapping and magnifying glasses are now available when editing measurement annotations
* Adds 6 new rubber stamp presets

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

* New API to [hide page forward/backward buttons](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Config.ViewerConfig.Builder.html)
* New supported file type in the viewer: oxps

## Xamarin.iOS

### New features

* New callout annotation tool, [`PTCalloutCreate`](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.Tools.PTCalloutCreate.html).

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

* New sepia viewing mode which can be enabled programmatically and also with a UI control on the [`PTDocumentViewSettingsController`](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.Controls.PTDocumentViewSettingsController.html).

| Sepia Mode                                                                                                                                                                                                                                      | Sepia Mode in Reflow                                                                                                                                                                                                                            |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-4f34d31661b273492890ef2ac44e893701bb6a47%2F3f12149a72e81ad4dc011b5d06af8e69c3baa28d-709x1536.png?alt=media) | ![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-2ed8c098a58e1ff5b8e0aaf42cc7cce201e7a939%2F5bdfffc4f7b4731dc400451345448a4719b18fd0-709x1536.png?alt=media) |

* Ability to programmatically set custom fonts for `PTFreeText` annotations.

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

* Ability to programmatically set custom fonts for `PTReflowViewController` (The PDF's font(s) must include correct [character to glyph encoding](https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6cmap.html)).
* New [`WillModifyAnnotation`](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.Tools.PTToolManager.html#pdftron_PDF_Tools_PTToolManager_WillModifyAnnotation) and [`WillRemoveAnnotation`](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.Tools.PTToolManager.html#pdftron_PDF_Tools_PTToolManager_WillRemoveAnnotation) events and notifications.
* Improved document sharing using a [`UIActivityViewController`](https://docs.microsoft.com/en-us/dotnet/api/uikit.uiactivityviewcontroller?view=xamarin-ios-sdk-12). This allows the app to control which actions are available, for example printing can be disabled.


---

# 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-2.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.
