Essential Studio for WPF Release Notes

v24.2.3
January 31, 2024
With the 2024 Volume 1 release, we will discontinue support for .NET Framework 4.5, 4.5.1, and 4.6 in WinForms, WPF, and the File-Format Frameworks. Instead, we will provide support for .NET 4.6.2.

CheckListBox

Bug fixes

  • #I528125 - NullReferenceException will no longer be thrown while check and uncheck the CheckListBox items.

DocIO

Features

  • Provided an API called WordDocument.SaveOptions.HtmlExportBodyContentAlone to save HTML with body content alone.

Bug Fixes

  • #I534967 - Table is now preserved properly while converting a DOCX format document to PDF.
  • #I542761 - The ArgumentOutOfRangeException will no longer be thrown while resaving a DOCX format document.
  • #I536528 - Revisions are now preserved properly after performing compare and import to a new document.
  • #F186004 - SubSuperScript is now preserved properly while calling AppendMath with LaTeX.

DockingManager

Bug fixes

  • #I540005 - NullReferenceException will no longer be thrown when using the UseInteropCompatibilityMode property value to true in DockingManager

DoubleTextBox

Bug fixes

  • #I533203 - InvalidOperationException will no longer be thrown when entering minus [-] operator followed by a dot[.].
  • #F185840 - Fixed an issue where the DropDownMenuItem would remain in the selected state after performing a long-press to select the item and then moving down to the next item.

PDF

Features

  • #F184954 - Added support for including the signature and timestamp certificates to the PDF document DSS while enabling LTV.

Bug Fixes

  • #533937 - Fixed the issue where ExtractText return the incorrect the coordinates for particular pdf document.
  • #536649 - Fixed beginRowLayout event triggered two times for the same row when paginating the table.
  • #F185658 - Fixed conformance failure issue while converting PDF to PDF/A2B conformance.

PdfViewerControl

Bug Fixes

  • #I515538 – ArgumentOutOfRangeException will no longer be thrown while perform delete operation in organize pane.
  • #I528715 – ArgumentException will no longer be thrown when performing mouse down action in Freetext Annotation.
  • #I529785 – NullReferenceException will no longer be thrown during touch interaction in WPF PdfViewer.
  • #I533774 – ArgumentOutOfRangeException will no longer be thrown during mouse move action in WPF PdfViewer.
  • #I539133 – Exceptions will no longer be thrown in page organizer of PdfViewer.

SfDataGrid

Bug fixes

  • #I539646 - Windows 11 Dark theme will now be applied properly when setting the theme to the DataGrid.

SfDiagram

Bug fixes

  • #I532978 - Now, exporting diagrams with annotations positioned beyond the node boundaries function correctly.
  • #I533990 - Now, the connectors remain connected when dragging grouped nodes.

SfHeatMap

Bug fixes

  • #535885 - Now, the sizes of HeatMap cells can be adjusted dynamically based on the size of their parent window.

SfRichTextBoxAdv

Bug Fixes

  • #FB-49973 - The Paragraph is now pasted properly at the beginning of the another paragraph.
  • #FB-49853 - No longer hangs when pasting the HTML content for the second time.

TileViewControl

Bug fixes

  • #I531541 - The TileViewItems are updated properly when scrolling the TileViewItem using the mouse wheel or double-finger gesture after changing the size of the parent control.

XlsIO

Bug Fixes

  • #I523092 - Category axis with major grid lines is now rendered properly in chart to Image conversion.