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

# Version 7.1.3 Changelog (June 24, 2020)

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

Version: 7.1.3

Release Date: June 24, 2020

## Notes

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

## Xamarin.Android

### New features

* Ability to crop existing image stamps

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

* [New API](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Config.ToolManagerBuilder.html#pdftron_PDF_Config_ToolManagerBuilder_AddAnnotStyleProperty_pdftron_PDF_Model_AnnotStyleProperty_) to control which items should show up in the annotation style picker, see guide: [Customize style picker](/android/annotation/customize-color-picker.md)
* [New API](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Controls.NativeReflowControl.html#pdftron_PDF_Controls_NativeReflowControl_ReflowLongPress) to customize long press behaviour in reflow mode
* [New API](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Tools.Utils.AnnotUtils.html#pdftron_PDF_Tools_Utils_AnnotUtils_XfdfCommandExtract_pdftronprivate_PDF_PDFDoc_System_Collections_Generic_IList_System_String__System_Collections_Generic_IList_System_String__System_Collections_Generic_IList_System_String__) to generate XFDF command string from annotation ids
* [New API](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Config.ViewerConfig.Builder.html#pdftron_PDF_Config_ViewerConfig_Builder_ReflowOrientation_System_Int32_) in [`ViewerConfig.Builder`](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Config.ViewerConfig.Builder.html) to specify reflow mode orientation
* [`CollabViewerBuilder`](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.Collab.UI.Viewer.CollabViewerBuilder.html) now supports all APIs supported in [`ViewerBuilder`](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Config.ViewerBuilder.html)

## Xamarin.iOS

### New features

* FreeText improvements:
  * Users can pick any font (iOS 13+)
  * Support for emoji

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

* Ability to include custom headers when fetching remote documents
* Adds a new API to change which groups of thumbnails are available in the [`PTThumbnailsViewController`](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.Controls.PTThumbnailsViewController.html).

## Bug fixes

* Asian characters no longer get squished in certain situations
* Annotation modified events are no longer triggered twice when using the style picker
* Fixes a crash that could occur when closing or opening a document in a `PTDocumentViewController`.


---

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