Syncfusion Essential Studio Enterprise 2021 Volume 4 SP1

Released: Jan 31, 2022

Updates in 2021 Volume 4 SP1

Features

ASP.NET Core

  • Document Editor
    • Added API to restrict the maximum number of rows in the insert table dialog (DocumentEditorSettings.maximumRows).
    • Added screen tip support for hyperlinks.

ASP.NET MVC

  • Document Editor
    • Added API to restrict the maximum number of rows in the insert table dialog (DocumentEditorSettings.maximumRows).
    • Added screen tip support for hyperlinks.

ASP.NET Web Forms

  • PDF
    • Added support to get annotation type and creation date using PdfLoadedAnnotation.
    • Added support for converting PDFA to PDF.

Blazor

  • PDF Viewer
    • Added support for adding a unique ID property to the JSON object in Annotation method export.
    • Breaking Changes - PDF Document page orientation has been updated to A4 size instead of Letter size in print preview window.
  • Microsoft Visual Studio Extensions
    • Added read-only column feature for DataGrid component in Blazor Code generator.

JavaScript

  • Document Editor
    • Added API to restrict the maximum number of rows in the insert table dialog (DocumentEditorSettings.maximumRows).
    • Added screen tip support for hyperlinks.

WinUI

  • SfScheduler
    • Added appointment drag & drop and resize support to the desktop scheduler.

Xamarin

  • PDF
    • Added support for getting annotation type and creation date using PdfLoadedAnnotation.
    • Added support for converting PDFA documents to PDF.
  • SfPdfViewer
    • Added support for selecting annotations and restricting movement and resizing.
    • Breaking Changes - The annotation can now 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 alternative, the selection of annotations can be disabled by setting the Constraints property value to ~AnnotationConstraints.Selectable.

WPF

  • PdfViewerControl
    • To improve performance, the current text extraction process from PDF documents for selection, search, and other purposes has been changed to Pdfium as the default.

Fixes

ASP.NET Core

  • Document Editor
    • Resolved the stacked column rendering issue.
    • Resolved the pie chart color rendering issue.
    • Resolved the section format copy/paste issue.
    • Table formatting is not applied properly.
    • Resolved the nested table height issue.
    • Resolved the spell check shows error for correct word after backspace/delete.
    • Resolved the script error in selection when first page of the document filled with shape with image and wrapping style.
    • Resolved the script error in the copy/paste.
    • Resolved the table layout issue in conversion from HTML to Document.
    • Resolved the modifying level in drop down.
    • Resolved the preferred width type mismatch in server-side SFDT to DOCX conversion.
    • Resolved the insert page break in optimized spell check mode.
    • Column Clustered is not rendered properly.
    • Resolved the default chart color applied to pie chart.
    • Resolved the backspace issue in track changes.
    • Resolved the wrong comma placing in Hebrew language.
    • Resolved document hanging issue opening hebrew document.
    • Resolved the server-side exporting issue in SFDT to DOCX.
    • Resolved the layout issue in word 2013 justification for list applied text.
    • Resolved the extra space adding while copying and pasting text with bookmarks.
    • Resolved the style issue for the newly added rows & columns in the table.
    • Resolved the HTML Element ContentEditable property issue in DocumentEditor.
    • Resolved the element alignment issue due to page break.
    • Resolved the script error in applying restrict editing in DocumentEditorContainer.
    • Resolved the atleast line spacing type line height issue.
    • Resolved the floating elements positioning issue after update form fields.
    • Resolved the footer overlapping issue after pasting large content.
    • Resolved the overlapping issue for image with top and bottom wrapping style in header.
    • Document with applied list format is exported properly.
    • Resolved the script error in applying the list format to character style applied text.
    • Resolved the header/footer tooltip and toolbar item text wrap issue when localized.
    • Resolved the status bar and font family style issue when localized.
    • Resolved the misalignment after list applying.
    • Resolved the auto fit table with preferred with type ‘Point’ is now layouted properly.
    • Resolved the default tab width calculation with tab stop.
    • Resolved the tab element layout issue in footer.
    • Resolved the cropped image issue rendering in header/footer.
    • Resolved the performance issue in inserting table more rows.
    • Resolved the crashing issue in splitting rows in rendering table.
    • Resolved the performance issue in editing document with merge field.
    • Resolved selection issue for the shape with in front of text wrapping.
    • Resolved the spell check suggestion replace issue in localized document editor.
    • Resolved the empty line adding in text exporting.
    • Resolved the content control preservation issue in exporting.
    • Resolved the hanging issue when pasting large non-formatted content.
    • Resolved the endnote shifting and overlapping issue.
    • Resolved the track changes issue in editing paragraph inside table.
    • Resolved the merged cell width rendering issue.
    • Resolved the invalid SFDT generation after pasting formatted content.
    • Resolved the table row splitting issue.
  • PDF Viewer
    • Now, you can copy the text correctly from the provided PDF document.
    • The script error will no longer occur while importing the exported XFDF file.
    • The form field’s position is correct for all the zoom factors.
    • Now, the font size is updated properly while exporting and importing shape annotations.
    • Now, the annotations are displayed properly for the rotated documents.
    • Now, you can restrict the unnecessary thumbnail requests.
    • You can place the overlapped stamp annotations at the exact position in the saved PDF document.
    • Exception thrown while loading the provided PDF document due to an invalid key is now resolved.
    • The PDF pages are now exported to the image in a multi-threaded environment.
    • Now, the typed handwritten signature content does not exceed the text area.
    • Now, the form fields are editable on the mobile device.
    • The free text annotations are downloaded properly without hiding any last character.
    • Spinners are hidden properly while removing the display as none for the spinner.
    • The Script error will no longer be thrown when using the editAnnotation method in the mobile mode.
    • Stamps are saved properly in the rotated PDF document.
    • Now, the annotationSelect event is triggered properly for the free text annotation.
    • The form field collections are updated properly on the formFieldAdd event while adding the form fields on a PDF page.
    • Now, the existing annotation and newly added ink annotations are the same.
    • The SVG file size with sticky annotations is reduced.
    • The script error will no longer occur while disabling the enableCommentPanel in the mobile mode.
    • Now, the annotationUnSelect event is not fired while adding stamp annotations.
    • Now, the annotationAdd event is fired properly on the mobile device when adding the stamp annotation.
    • The default Stamp annotation is selected only when clicking on the stamp annotations.
    • Now, the form field elements are editable only in the designer mode.
    • Exception resolved when editing the properties of shape annotation and importing the same.
    • The checkbox input is working properly on the iPad.
    • Memory consumption has been resolved when extracting the text for the given document.
    • Free text annotation is locked properly after importing the locked annotation.

ASP.NET MVC

  • Document Editor
    • Resolved the stacked column rendering issue.
    • Resolved the pie chart color rendering issue.
    • Resolved the section format copy/paste issue.
    • Table formatting is not applied properly.
    • Resolved the nested table height issue.
    • Resolved the spell check shows error for correct word after backspace/delete.
    • Resolved the script error in selection when first page of the document filled with shape with image and wrapping style.
    • Resolved the script error in the copy/paste.
    • Resolved the table layout issue in conversion from HTML to Document.
    • Resolved the modifying level in drop down.
    • Resolved the preferred width type mismatch in server-side SFDT to DOCXconversion.
    • Resolved the insert page break in optimized spell check mode.
    • Column Clustered is not rendered properly.
    • Resolved the default chart color applied to pie chart.
    • Resolved the backspace issue in track changes.
    • Resolved the wrong comma placing in Hebrew language.
    • Resolved document hanging issue opening hebrew document.
    • Resolved the server-side exporting issue in SFDT to DOCX.
    • Resolved the layout issue in word 2013 justification for list applied text.
    • Resolved the extra space adding while copying and pasting text with bookmarks.
    • Resolved the style issue for the newly added rows & columns in the table.
    • Resolved the HTML Element ContentEditable property issue in DocumentEditor.
    • Resolved the element alignment issue due to page break.
    • Resolved the script error in applying restrict editing in DocumentEditorContainer.
    • Resolved the atleast line spacing type line height issue.
    • Resolved the floating elements positioning issue after update form fields.
    • Resolved the footer overlapping issue after pasting large content.
    • Resolved the overlapping issue for image with top and bottom wrapping style in header.
    • Document with applied list format is exported properly.
    • Resolved the script error in applying the list format to character style applied text.
    • Resolved the header/footer tooltip and toolbar item text wrap issue when localized.
    • Resolved the status bar and font family style issue when localized.
    • Resolved the misalignment after list applying.
    • Resolved the auto fit table with preferred with type ‘Point’ is now layout properly.
    • Resolved the default tab width calculation with tab stop.
    • Resolved the tab element layout issue in footer.
    • Resolved the cropped image issue rendering in header/footer.
    • Resolved the performance issue in inserting table more rows.
    • Resolved the crashing issue in splitting rows in rendering table.
    • Resolved the performance issue in editing document with merge field.
    • Resolved selection issue for the shape with in front of text wrapping.
    • Resolved the spell check suggestion replace issue in localized document editor.
    • Resolved the empty line adding in text exporting.
    • Resolved the content control preservation issue in exporting.
    • Resolved the hanging issue when pasting large non-formatted content.
    • Resolved the endnote shifting and overlapping issue.
    • Resolved the track changes issue in editing paragraph inside table.
    • Resolved the merged cell width rendering issue.
    • Resolved the invalid SFDT generation after pasting formatted content.
    • Resolved the table row splitting issue.
  • PDF Viewer
    • Now, you can copy the text correctly from the provided PDF document.
    • The script error will no longer occur while importing the exported XFDF file.
    • The form field’s position is correct for all the zoom factors.
    • Now, the font size is updated properly while exporting and importing shape annotations.
    • Now, the annotations are displayed properly for the rotated documents.
    • Now, you can restrict the unnecessary thumbnail requests.
    • You can place the overlapped stamp annotations at the exact position in the saved PDF document.
    • Exception thrown while loading the provided PDF document due to an invalid key is now resolved.
    • The PDF pages are now exported to the image in a multi-threaded environment.
    • Now, the typed handwritten signature content does not exceed the text area.
    • Now, the form fields are editable on the mobile device.
    • The free text annotations are downloaded properly without hiding any last character.
    • Spinners are hidden properly while removing the display as none for the spinner.
    • The Script error will no longer be thrown when using the editAnnotation method in the mobile mode.
    • Stamps are saved properly in the rotated PDF document.
    • Now, the annotationSelect event is triggered properly for the free text annotation.
    • The form field collections are updated properly on the formFieldAdd event while adding the form fields on a PDF page.
    • Now, the existing annotation and newly added ink annotations are the same.
    • The SVG file size with sticky annotations is reduced.
    • The script error will no longer occur while disabling the enableCommentPanel in the mobile mode.
    • Now, the annotationUnSelect event is not fired while adding stamp annotations.
    • Now, the annotationAdd event is fired properly on the mobile device when adding the stamp annotation.
    • The default Stamp annotation is selected only when clicking on the stamp annotations.
    • Now, the form field elements are editable only in the designer mode.
    • Exception resolved when editing the properties of shape annotation and importing the same.
    • The checkbox input is working properly on the iPad.
    • Memory consumption has been resolved when extracting the text for the given document.
    • Free text annotation is locked properly after importing the locked annotation.

ASP.NET Web Forms

  • DocIO
    • Inline content control is now preserved properly while resaving a DOCX format document.
    • Text is now preserved properly while merging a DOCX format document to DOC format document.
    • The ArgumentException will no longer be thrown while opening a DOC format document.
    • The NullReferenceException will no longer be thrown while opening a Word document.
    • Document will no longer be corrupted while applying shape line format.
    • Image is now preserved properly while converting a Word document to PDF.
    • Table is now preserved properly while converting a DOCX format document to PDF.
    • Headers and Footers are now preserved properly while resaving a DOCX format document.
    • If field is now updated properly while calling UpdateDocumentFields() method.
    • Bookmark end is now preserved properly in Word document.
    • Picture within frame is now preserved properly while converting a Word document to PDF.
    • Footer content is now preserved properly while converting a Word document to PDF.
    • Text is now preserved properly while converting a Word document to PDF.
    • The NullReferenceException will no longer be thrown while converting a Word document to PDF.
    • The ArgumentOutOfRangeException will no longer be thrown while converting a Word document to PDF.
    • Font substitution event is now working properly for Chinese fonts while converting a Word document to PDF.
    • Vertical text is now preserved properly while converting a Word document to PDF.
    • Hanging issue has been resolved while opening a DOCX format document.
    • Paragraph is now aligned properly while converting a Word document to PDF.
    • The ObjectDisposedException will no longer be thrown converting a Word document to PDF.
  • Gantt
    • Offset dependency not updated using updatePredecessor method issue in Gantt has been fixed.
  • PDF
    • The resultant document will no longer be corrupted while rescaling the page size on the existing PDF document.
    • The fatal exception will no longer occur while performing regression tests.
    • The signature auto validation appearance and position are now properly shown in the Foxit Reader.
    • Annotations are now removed properly when flattening the annotation from an existing PDF document.
    • Metadata is now manually updated properly after accessing the loaded conformance document.
    • Annotations are now removed properly while flattening the free text annotation in the given PDF document.
    • The TextBoxField value is now shown properly when parsing the form field values from the PDF document.
    • A runtime exception is now resolved when merging the input documents with the newly added bookmark.
    • The calendar control panel is flattened properly when flattening a PDF document.
    • An exception no longer occurs when disposing of the font from multiple instance files.
    • The unwanted lines preserved issue no longer occurs when converting a Word document to PDF.
    • The signature validation appearance tick mark is shown properly on the rotated PDF document.
    • The content is now properly clipped while converting EMF to a PDF document.
    • The space between the text content issue is no longer when converting Word to PDF.
    • An exception no longer occurs when adding the TimeStamp server to PdfSignature.
    • An unexpected token exception no longer occurs when opening a PDF document with open and repair mode.
    • Performance has been improved while flattening annotation in a PDF document.
    • An exception is thrown properly for the offset corrupted PDF document.
    • The layout line result is proper when the text starts with a space character.
    • Duplicated the first page added issue while no longer occurs when creating the Pdftemplate and drawing it from an existing PDF document.
    • The Text rendering issue will no longer while flatting the textbox field in a PDF document.
    • The Caret annotation is removed properly after flattening annotation from a PDF document.
    • The cell clipping issue will no longer occur when drawing a PDF grid with row height on the nested grid.
    • An exception is thrown properly for offset corrupted PDF documents.
    • Line annotation symbol is now preserved properly in the comments.
  • Presentation
    • The FormatException will no longer be thrown while converting a PowerPoint presentation to image.
  • XlsIO
    • Index out of range exception thrown while converting chart with external data range to image is now resolved.

Blazor

  • DiagramComponent Preview
    • Now, the position changed event will be triggered while nudging the diagram element.
  • Diagram (Classic)
    • Now, the Layout will be rendered properly with nodes and connectors.
    • The Connector annotation displacement property now works correctly during runtime.
    • Now, the connector gets drawn from the port correctly.
    • Now, the Node Template is rendered properly while adding at run time.
  • DocIO
    • Inline content control is now preserved properly while resaving a DOCX format document.
    • Text is now preserved properly while merging a DOCX format document to DOC format document.
    • The ArgumentException will no longer be thrown while opening a DOC format document.
    • The NullReferenceException will no longer be thrown while opening a Word document.
    • Document will no longer be corrupted while applying shape line format.
    • Image is now preserved properly while converting a Word document to PDF.
    • Table is now preserved properly while converting a DOCX format document to PDF.
    • Headers and Footers are now preserved properly while resaving a DOCX format document.
    • If field is now updated properly while calling UpdateDocumentFields() method.
    • Bookmark end is now preserved properly in Word document.
    • Mutated text is now preserved properly while resaving a DOC format document.
    • HTML tags are now preserved properly while converting a DOCX format document to HTML.
    • The XmlException will no longer be thrown while converting a DOCX format document to HTML.
    • Picture within frame is now preserved properly while converting a Word document to PDF.
    • Footer content is now preserved properly while converting a Word document to PDF.
    • Text is now preserved properly while converting a Word document to PDF.
    • The NullReferenceException will no longer be thrown while converting a Word document to PDF.
    • The ArgumentOutOfRangeException will no longer be thrown while converting a Word document to PDF.
    • Font substitution event is now working properly for Chinese fonts while converting a Word document to PDF.
    • Vertical text is now preserved properly while converting a Word document to PDF.
    • Font substitution event is now working properly for “BoldItalic” style while converting a Word document to PDF.
    • Hanging issue has been resolved while opening a DOCX format document.
    • Paragraph is now aligned properly while converting a Word document to PDF.
    • The ObjectDisposedException will no longer be thrown converting a Word document to PDF.
  • Gantt Chart
    • Issue on deleting the record has been fixed.
  • Maps
    • Markers will now render properly when the pages of the application is switched and navigated back in the WASM application.
    • Markers will render properly when the data source of the markers is added, removed or updated dynamically.
  • PDF Viewer
    • The Web-service is not listening issue will no longer be thrown while continuously switching a PDF document.
    • The Text markup annotation color is updated properly in the annotation collection.
    • The CustomData value is preserved properly on the importing annotations.
    • The script error will no longer be thrown while loading documents containing the security information.
    • Now, the PDF Viewer is working properly while loading the password-protected document with more than 100 pages.
    • Now, the free text annotations are exported properly after using the EditAnnotation method.
    • Form fields are displayed properly with line spacing in the Blazor PDF Viewer.
    • Now, the ink annotation is added properly while importing the ink annotation as an object.
    • Configuring Boolean properties to False is now working proper in the PDF Viewer.
    • Resolved the script error which prevents loading the document.
    • Now, the annotations are selected properly if both have the same bounds.
    • The exception will no longer be thrown while downloading the form field document.
    • The exception will no longer be thrown while downloading the imported document.
    • Now, the text search is working properly when using the SearchTextAsync method.
  • Presentation
    • The FormatException will no longer be thrown while converting a PowerPoint presentation to image.
    • The PowerPoint presentation will no longer be corrupted while resaving a PPTM format document.

JavaScript

  • Document Editor
    • Resolved the stacked column rendering issue.
    • Resolved the pie chart color rendering issue.
    • Resolved the section format copy/paste issue.
    • Table formatting is not applied properly.
    • Resolved the nested table height issue.
    • Resolved the spell check shows error for correct word after backspace/delete.
    • Resolved the script error in selection when first page of the document filled with shape with image and wrapping style.
    • Resolved the script error in the copy/paste.
    • Resolved the table layout issue in conversion from HTML to Document.
    • Resolved the modifying level in drop down.
    • Resolved the preferred width type mismatch in server-side SFDT to DOCX conversion.
    • Resolved the insert page break in optimized spell check mode.
    • Column Clustered is not rendered properly.
    • Resolved the default chart color applied to pie chart.
    • Resolved the backspace issue in track changes.
    • Resolved the wrong comma placing in Hebrew language.
    • Resolved document hanging issue opening hebrew document.
    • Resolved the server-side exporting issue in SFDT to DOCX.
    • Resolved the layout issue in word 2013 justification for list applied text.
    • Resolved the extra space adding while copying and pasting text with bookmarks.
    • Resolved the style issue for the newly added rows & columns in the table.
    • Resolved the HTML Element ContentEditable property issue in DocumentEditor.
    • Resolved the element alignment issue due to page break.
    • Resolved the script error in applying restrict editing in DocumentEditorContainer.
    • Resolved the atleast line spacing type line height issue.
    • Resolved the floating elements positioning issue after update form fields.
    • Resolved the footer overlapping issue after pasting large content.
    • Resolved the overlapping issue for image with top and bottom wrapping style in header.
    • Document with applied list format is exported properly.
    • Resolved the script error in applying the list format to character style applied text.
    • Resolved the header/footer tooltip and toolbar item text wrap issue when localized.
    • Resolved the status bar and font family style issue when localized.
    • Resolved the misalignment after list applying.
    • Resolved the auto fit table with preferred with type ‘Point’ is now layout properly.
    • Resolved the default tab width calculation with tab stop.
    • Resolved the tab element layout issue in footer.
    • Resolved the cropped image issue rendering in header/footer.
    • Resolved the performance issue in inserting table more rows.
    • Resolved the crashing issue in splitting rows in rendering table.
    • Resolved the performance issue in editing document with merge field.
    • Resolved selection issue for the shape with in front of text wrapping.
    • Resolved the spell check suggestion replace issue in localized document editor.
    • Resolved the empty line adding in text exporting.
    • Resolved the content control preservation issue in exporting.
    • Resolved the hanging issue when pasting large non-formatted content.
    • Resolved the endnote shifting and overlapping issue.
    • Resolved the track changes issue in editing paragraph inside table.
    • Resolved the merged cell width rendering issue.
    • Resolved the invalid SFDT generation after pasting formatted content.
    • Resolved the table row splitting issue.
  • PDF Viewer
    • Now, you can copy the text correctly from the provided PDF document.
    • The script error will no longer occur while importing the exported XFDF file.
    • The form field’s position is correct for all the zoom factors.
    • Now, the font size is updated properly while exporting and importing shape annotations.
    • Now, the annotations are displayed properly for the rotated documents.
    • Now, you can restrict the unnecessary thumbnail requests.
    • You can place the overlapped stamp annotations at the exact position in the saved PDF document.
    • Exception thrown while loading the provided PDF document due to an invalid key is now resolved.
    • The PDF pages are now exported to the image in a multi-threaded environment.
    • Now, the typed handwritten signature content does not exceed the text area.
    • Now, the form fields are editable on the mobile device.
    • The free text annotations are downloaded properly without hiding any last character.
    • Spinners are hidden properly while removing the display as none for the spinner.
    • The Script error will no longer be thrown when using the editAnnotation method in the mobile mode.
    • Stamps are saved properly in the rotated PDF document.
    • Now, the annotationSelect event is triggered properly for the free text annotation.
    • The form field collections are updated properly on the formFieldAdd event while adding the form fields on a PDF page.
    • Now, the existing annotation and newly added ink annotations are the same.
    • The SVG file size with sticky annotations is reduced.
    • The script error will no longer occur while disabling the enableCommentPanel in the mobile mode.
    • Now, the annotationUnSelect event is not fired while adding stamp annotations.
    • Now, the annotationAdd event is fired properly on the mobile device when adding the stamp annotation.
    • The default Stamp annotation is selected only when clicking on the stamp annotations.
    • Now, the form field elements are editable only in the designer mode.
    • Exception resolved when editing the properties of shape annotation and importing the same.
    • The checkbox input is working properly on the iPad.
    • Memory consumption has been resolved when extracting the text for the given document.
    • Free text annotation is locked properly after importing the locked annotation.

UWP

  • DocIO
    • Inline content control is now preserved properly while resaving a DOCX format document.
    • Text is now preserved properly while merging a DOCX format document to DOC format document.
    • The ArgumentException will no longer be thrown while opening a DOC format document.
    • The NullReferenceException will no longer be thrown while opening a Word document.
    • Document will no longer be corrupted while applying shape line format.
    • Headers and Footers are now preserved properly while resaving a DOCX format document.
    • If field is now updated properly while calling UpdateDocumentFields() method.
    • Bookmark end is now preserved properly in Word document.
    • Hanging issue has been resolved while opening a DOCX format document.
  • Presentation
    • The FormatException will no longer be thrown while converting a PowerPoint presentation to image.
  • SfPdfViewerControl
    • Localization will be applied properly to the free text popup dialog and context menu.
    • The application will no longer crash after copying text from the text form field.
  • SfRichTextBoxAdv
    • Textbox with no editable width is now preserved properly.
    • Exception will be no longer thrown on importing Chinese text.
    • Line break is now removed properly on backspace and delete.
    • Argument exception will be no longer thrown on importing RTF document.

WinUI

  • DocIO
    • Inline content control is now preserved properly while resaving a DOCX format document.
    • Text is now preserved properly while merging a DOCX format document to DOC format document.
    • The ArgumentException will no longer be thrown while opening a DOC format document.
    • The NullReferenceException will no longer be thrown while opening a Word document.
    • Document will no longer be corrupted while applying shape line format.
    • Image is now preserved properly while converting a Word document to PDF.
    • Table is now preserved properly while converting a DOCX format document to PDF.
    • Headers and Footers are now preserved properly while resaving a DOCX format document.
    • If field is now updated properly while calling UpdateDocumentFields() method.
    • Bookmark end is now preserved properly in Word document.
    • Mutated text is now preserved properly while resaving a DOC format document.
    • HTML tags are now preserved properly while converting a DOCX format document to HTML.
    • The XmlException will no longer be thrown while converting a DOCX format document to HTML.
    • Picture within frame is now preserved properly while converting a Word document to PDF.
    • Footer content is now preserved properly while converting a Word document to PDF.
    • Text is now preserved properly while converting a Word document to PDF.
    • The NullReferenceException will no longer be thrown while converting a Word document to PDF.
    • The ArgumentOutOfRangeException will no longer be thrown while converting a Word document to PDF.
    • Font substitution event is now working properly for Chinese fonts while converting a Word document to PDF.
    • Vertical text is now preserved properly while converting a Word document to PDF.
    • Font substitution event is now working properly for “BoldItalic” style while converting a Word document to PDF.
    • Hanging issue has been resolved while opening a DOCX format document.
    • Paragraph is now aligned properly while converting a Word document to PDF.
    • The ObjectDisposedException will no longer be thrown converting a Word document to PDF.
  • Presentation
    • The FormatException will no longer be thrown while converting a PowerPoint presentation to image.
    • The PowerPoint presentation will no longer be corrupted while resaving a PPTM format document.

Xamarin

  • DocIO
    • Inline content control is now preserved properly while resaving a DOCX format document.
    • Text is now preserved properly while merging a DOCX format document to DOC format document.
    • The ArgumentException will no longer be thrown while opening a DOC format document.
    • The NullReferenceException will no longer be thrown while opening a Word document.
    • Document will no longer be corrupted while applying shape line format.
    • Image is now preserved properly while converting a Word document to PDF.
    • Table is now preserved properly while converting a DOCX format document to PDF.
    • Headers and Footers are now preserved properly while resaving a DOCX format document.
    • If field is now updated properly while calling UpdateDocumentFields() method.
    • Bookmark end is now preserved properly in Word document.
    • Mutated text is now preserved properly while resaving a DOC format document.
    • HTML tags are now preserved properly while converting a DOCX format document to HTML.
    • The XmlException will no longer be thrown while converting a DOCX format document to HTML.
    • Picture within frame is now preserved properly while converting a Word document to PDF.
    • Footer content is now preserved properly while converting a Word document to PDF.
    • Text is now preserved properly while converting a Word document to PDF.
    • The NullReferenceException will no longer be thrown while converting a Word document to PDF.
    • The ArgumentOutOfRangeException will no longer be thrown while converting a Word document to PDF.
    • Font substitution event is now working properly for Chinese fonts while converting a Word document to PDF.
    • Vertical text is now preserved properly while converting a Word document to PDF.
    • Font substitution event is now working properly for “BoldItalic” style while converting a Word document to PDF.
    • Hanging issue has been resolved while opening a DOCX format document.
    • Paragraph is now aligned properly while converting a Word document to PDF.
    • The ObjectDisposedException will no longer be thrown converting a Word document to PDF.
  • PDF
    • The resultant document will no longer be corrupted while rescaling the page size on the existing PDF document.
    • The fatal exception will no longer occur while performing regression tests.
    • The signature auto validation appearance and position are now properly shown in the Foxit Reader.
    • Annotations are now removed properly when flattening the annotation from an existing PDF document.
    • Metadata is now manually updated properly after accessing the loaded conformance document.
    • Annotations are now removed properly while flattening the free text annotation in the given PDF document.
    • The TextBoxField value is now shown properly when parsing the form field values from the PDF document.
    • A runtime exception is now resolved when merging the input documents with the newly added bookmark.
    • The calendar control panel is flattened properly when flattening a PDF document.
    • An exception no longer occurs when disposing of the font from multiple instance files.
    • The signature validation appearance tick mark is shown properly on the rotated PDF document.
    • An exception no longer occurs when adding the TimeStamp server to PdfSignature.
    • An unexpected token exception no longer occurs when opening a PDF document with open and repair mode.
    • The saved document size is increased problem is resolved when the SetDefaultAppearance is disabled for form fields.
    • Performance has been improved while flattening annotation in a PDF document.
    • An exception is thrown properly for the offset corrupted PDF document.
    • The layout line result is proper when the text starts with a space character.
    • Duplicated the first page added issue while no longer occurs when creating the Pdftemplate and drawing it from an existing PDF document.
    • The Text rendering issue will no longer while flatting the textbox field in a PDF document.
    • The Caret annotation is removed properly after flattening annotation from a PDF document.
    • The cell clipping issue will no longer occur when drawing a PDF grid with row height on the nested grid.
    • An exception is thrown properly for offset corrupted PDF documents.
    • Line annotation symbol is now preserved properly in the comments.
  • Presentation
    • The FormatException will no longer be thrown while converting a PowerPoint presentation to image.
    • The PowerPoint presentation will no longer be corrupted while resaving a PPTM format document.
  • SfAutoComplete
    • [iOS] Now, the Text property will be updated properly in SfAutoComplete.
  • SfBadgeView
    • [UWP] When using the BadgeSettings, there will be no memory leaks.
  • SfCarousel
    • [iOS] ObjCRuntime.RuntimeException will no longer occur in SfCarousel.
  • SfCircularGauge
    • [UWP] A thin white line will not appear while applying gradient colors in a circular range.
  • SfComboBox
    • [UWP] Now, SfComboBox size will be updated properly.
    • [iOS] Now, the Text property will be updated properly in SfComboBox.
  • SfImageEditor
    • [UWP] The BindingContext and FontFamily properties in the ItemsSelectedEventArgs will holds the value properly.
  • SfLinearGauge
    • [iOS] The range will not be hidden when the scale and range are arranged in the same place.
  • SfMaps
    • The GeoCoordinate will not be reset when changing the BingMapStyle dynamically after panning the Map.
    • The MapCircle will be rendered properly when its radius is higher than the control size.
  • SfMaskedEdit
    • [iOS] Cannot access the disposed object exception will no longer be thrown in MaskedEdit while navigating between pages.
  • SfNumericTextBox
    • [UWP] The decimal separator will not be removed from the SfNumericTextBox view while removing the last decimal digit.
    • [UWP] SfNumericTextBox height will not change when collapsing and expanding the Accordion.
    • [iOS] The ThrowOverflowOrFormatException will no longer be thrown while typing a value in SfNumericTextBox and previous value is String.Empty.
    • [UWP] The GroupSeparator will not be displayed after setting EnableGroupSeparator as false and changing the Culture.
  • SfPdfViewer
    • [Android] The application will no longer freeze while loading the document asynchronously.
    • Signatures are now added properly to the signature field box.
    • [UWP] The form fields editing is now working properly on all the pages.
    • [Android] The signature pad buttons will not be cropped for longer texts.
    • [Android] Signature will no longer be rendered outside the signature field.
    • [iOS] The application will no longer freeze when the bookmark panel is visible.
    • [UWP] Flickering will not occur while navigating through the pages.
    • [iOS] The free text popup dialog will be properly displayed without whitespace in the corners.
    • [iOS] Added free text value is retained properly after saving.
    • [Android] Stamp annotation is rendered properly in the expected time.
    • [iOS] Page navigation is now working properly with the PageNumber property.
    • [Android] The application will no longer crash while leaving the page that has the SfPdfViewer control.
    • [iOS] Password dialog will no longer be duplicated.
    • Application will no longer crash while selecting the text highlight annotation.
    • [UWP] Annotation type is now returned properly for the text markup annotations.
    • [Android, UWP] All the annotations are now imported properly.
    • [UWP] The programmatic selection of the text markup annotation is now working properly.
    • [UWP] Exception will not be thrown after undoing and deselecting of the text markup annotations.
    • [UWP] Adding shape annotation programmatically will no longer throw NullReferenceException.
    • [Android] The searched text index value is now updated properly while navigating through search text instances.
    • Annotations are now displayed properly after zooming in a document.
    • [Android] The password dialog keypad will now accept the numeric characters.
    • [iOS] The application will no longer crash when loading the SfPdfViewer control with Greek language.
    • [UWP] The application will no longer crash when selecting arrow or line annotation after their properties are changed.
  • SfProgressBar
    • [UWP] Now, the Progress value is updated properly in the Linear ProgressBar.
  • SfRichTextEditor
    • [Android] Now, the memory leaks do not occur in the RichTextEditor.
    • [Android] Now, the format is applied properly while selecting the text in the RichTextEditor.
  • SfTabView
    • [UWP] Now, SfTabItem content will be updated properly in SfTabView.
  • SfTextInputLayout
    • The HintLabel will be positioned properly when the InputViewPadding is set after the InputView.

Windows Forms

  • ComboBoxAdv
    • Now, the ComboBoxAdv text will be updated properly when the SelectedItem at the sample level is updated using a list box.
  • DocIO
    • Inline content control is now preserved properly while resaving a DOCX format document.
    • Text is now preserved properly while merging a DOCX format document to DOC format document.
    • The ArgumentException will no longer be thrown while opening a DOC format document.
    • The NullReferenceException will no longer be thrown while opening a Word document.
    • Document will no longer be corrupted while applying shape line format.
    • Image is now preserved properly while converting a Word document to PDF.
    • Table is now preserved properly while converting a DOCX format document to PDF.
    • Headers and Footers are now preserved properly while resaving a DOCX format document.
    • If field is now updated properly while calling UpdateDocumentFields() method.
    • Bookmark end is now preserved properly in Word document.
    • Picture within frame is now preserved properly while converting a Word document to PDF.
    • Footer content is now preserved properly while converting a Word document to PDF.
    • Text is now preserved properly while converting a Word document to PDF.
    • The NullReferenceException will no longer be thrown while converting a Word document to PDF.
    • The ArgumentOutOfRangeException will no longer be thrown while converting a Word document to PDF.
    • Font substitution event is now working properly for Chinese fonts while converting a Word document to PDF.
    • Vertical text is now preserved properly while converting a Word document to PDF.
    • Hanging issue has been resolved while opening a DOCX format document.
    • Paragraph is now aligned properly while converting a Word document to PDF.
    • The ObjectDisposedException will no longer be thrown converting a Word document to PDF.
  • PdfViewerControl
    • Enabling /Disabling text operations such as text search and text selection now works properly in run time.
    • Duplicated reference folder will not be created when the provided PDFium reference path is already present.
    • System.Text.RegularExpressions.RegexParseException will not be raised in the output window while loading the document.
    • Extracted image contents will no longer be appeared blur.
    • PageClicked and PageMouseMove events now trigger properly for PdfDocumentView.
    • Warning messages such as “i not implemented” and “MP not implemented” will not appear in the output window while loading the document.
  • Presentation
    • The FormatException will no longer be thrown while converting a PowerPoint presentation to image.
  • RibbonControlAdv
    • The SfComboBox now displays properly when switching layout to normal mode.
    • The BackStage alignment will be proper when the taskbar auto-hide mode is enabled in the system.
    • The taskbar displays properly when using a RibbonForm with the taskbar auto-hide mode enabled in the system.
  • SfComboBox
    • AutoComplete now works properly in SfComboBox when SelectedValue is set as runtime.
    • DisableForeColor will now be properly applied when DropDownStyle is DropDown in SfComboBox.
  • SuperToolTip
    • The access violation exception will no longer be thrown when dragging and dropping control to the designer in Visual Studio 2022.
  • TreeViewAdv
    • When a user double-clicks the root or child nodes in TreeViewAdv, the single click event is triggered at once.
  • XlsIO
    • Index out of range exception thrown while converting chart with external data range to image is now resolved.

WPF

  • SkinManager
    • NullReferenceException will no longer be thrown while using multiple windows in SkinManager.
  • ChromelessWindow
    • The theme will now be properly applied to the custom window that is derived from ChromelessWindow.
  • ComboBoxAdv
    • The InvalidOperationException will no longer be thrown when using multi-threading in ComboBoxAdv.
  • DocIO
    • Inline content control is now preserved properly while resaving a DOCX format document.
    • Text is now preserved properly while merging a DOCX format document to DOC format document.
    • The ArgumentException will no longer be thrown while opening a DOC format document.
    • The NullReferenceException will no longer be thrown while opening a Word document.
    • Document will no longer be corrupted while applying shape line format.
    • Image is now preserved properly while converting a Word document to PDF.
    • Table is now preserved properly while converting a DOCX format document to PDF.
    • Headers and Footers are now preserved properly while resaving a DOCX format document.
    • If field is now updated properly while calling UpdateDocumentFields() method.
    • Bookmark end is now preserved properly in Word document.
    • Picture within frame is now preserved properly while converting a Word document to PDF.
    • Footer content is now preserved properly while converting a Word document to PDF.
    • Text is now preserved properly while converting a Word document to PDF.
    • The NullReferenceException will no longer be thrown while converting a Word document to PDF.
    • The ArgumentOutOfRangeException will no longer be thrown while converting a Word document to PDF.
    • Font substitution event is now working properly for Chinese fonts while converting a Word document to PDF.
    • Vertical text is now preserved properly while converting a Word document to PDF.
    • Hanging issue has been resolved while opening a DOCX format document.
    • Paragraph is now aligned properly while converting a Word document to PDF.
    • The ObjectDisposedException will no longer be thrown converting a Word document to PDF.
  • DropDownButtonAdv
    • The arrow key navigation in DropDownMenuItem works properly when the ItemsSource property is set.
  • EditControl
    • The value of the EditControl text will be proper after inserting and saving the line.
    • Individual files will now be properly displayed by the EditControl LoadFile method.
    • The SkinManager theme will now be properly applied to the EditControl cursor.
  • PdfViewerControl
    • Now the current page index value will be properly updated in the toolbar when more than one page is displayed in the viewport.
    • Custom stamp annotation will not changed to a standard stamp annotation while the annotation properties are changed in the code behind.
    • Extracted image contents will no longer be appeared blur.
    • PDF pages will no longer be blank while loading the document with import annotations.
    • The Resize action event is now appropriately triggered for the resizing of line annotations.
    • Page count is obtained correctly when you check immediately after loading the document.
    • Annotation will be preserved properly even if the document contains negative media box.
    • The text present in PDF document can now be searched properly.
    • Newly added annotations are now printed properly in the document.
  • Presentation
    • The FormatException will no longer be thrown while converting a PowerPoint presentation to image.
  • Ribbon
    • The key tip will now work properly for application menu items in the Ribbon.
  • SfDataGrid
    • The NullReferenceException is no longer be thrown when click and dragging the record in DetailsViewDataGrid.
    • The IndexOutOfRangeException is no longer be thrown while pressing the Esc key to cancel the insertion of a new row using AddNewRowControl in underlying DataTable.
    • The NullReferenceException is no longer be thrown when SelectionController is set inside the DataGrid loaded event.
  • SfDiagram
    • The ArgumentException will no longer be thrown when panning the diagram using mouse wheel.
    • ContextMenu style will be now preserved properly when opening a menu across the diagram and the nodes.
    • The KeyNotFoundException will no longer be thrown when creating a diagram with nodes and connectors in a loop-like structure.
    • Performance has been improved when loading a larger MindMap layout with CubicBezier connectors.
    • The NullReferenceException will no longer be thrown when deleting a connector followed by deleting a node using rubber band selection.
    • The MenuItemClickedEvent will be fired properly when you click on the menu items of the ContextMenu.
    • The ArgumenutNullException will no longer be thrown when performing drag and drop actions in the MindMapLayout sample.
    • The InvalidOperationExceptionwill no longer be thrown when restricting the drag action using the SelectorChanged event.
    • Now, the exported jpeg image will have all the nodes present in the diagram.
    • Now, the diagram’s SelectedItems property will return the proper value when accessing it in ItemUnselectedEvent event.
  • SfRichTextBoxAdv
    • Textbox with no editable width is now preserved properly.
    • Exception will be no longer thrown on importing Chinese text.
    • Line break is now removed properly on backspace and delete.
    • Argument exception will be no longer thrown on importing RTF document.
  • XlsIO
    • Index out of range exception thrown while converting chart with external data range to image is now resolved.