Essential Studio for Xamarin.iOS Release Notes

v20.1.0.47
April 4, 2022

DocIO

Features

  • #I131175, #I195343, #I199221, #I323836, #I333914, #I343475, #I358626 - Provided support for preserving picture fill in DOCX to PDF conversion.
  • #I341225 - Provided an API to link paragraph and character styles in a Word document.

Breaking Changes

  • The default XHTML validation type is changed from XHTMLValidation.Transitional to XHTMLValidation.None while importing a HTML file.

PDF

Features

  • #I259782, #I308276 - Added support for importing and exporting annotations with appearance.
  • #I361251 - Added support for converting the PDF/A conformance document to a normal PDF document.
  • #I362189 - Added support to get annotation type and creation date directly from PdfLoadedAnnotation instance.
  • #I358952 - Improved the performance of Annotation flattening by 30 times faster.
  • Added support for setting base URL for PDF document.

SfAutoComplete

Features

  • Provided the support to customize the load more text label with any custom view in SfAutoComplete.

SfComboBox

Features

  • Provided the support to customize the load more text label with any custom view in SfComboBox.

SfPdfViewer

Features

  • #I335385 - Implemented the support for selecting locked annotations and restricted their moving and resizing.
  • #I335385 - Implemented the support for restricting annotation selection.
  • #I353301 - Implemented the support to obtain the PDF page coordinates relative to PDF Viewer’s client coordinates and vice versa and bring a particular region into view.

Breaking Changes

  • Now, the annotation can be selected if the IsLocked property is set to true for all annotations, particular annotation types, or individual annotations. The tapped and selected events will be raised, but the annotation cannot be modified or removed. As an alternate, the selection of annotations can be disabled by setting the Constraints property value to ~AnnotationConstraints.Selectable.

XlsIO

Features

  • Provided support for new functions such as XLOOKUP, VALUETOTEXT, ARRAYTOTEXT, XMATCH, and LET.

Bug Fixes

  • #I366365 - The default space maintained between cell border and cell text is now rendered properly in Excel to PDF conversion.