Essential Studio for WPF Release Notes
v18.3.0.47
November 5, 2020
Carousel
Bug fixes
- #295423 - Now,
ItemTemplateSelector
property is working properly.
ComboBoxAdv
Bug fixes
- #F157173 - Now, dynamic values are updated on entering the
ComboBoxAdv
control. - #F157081 - Now, the size of
ComboBoxAdv
popup won’t change if we scroll from Top to Bottom or Bottom to Top.
DocIO
Bug Fixes
- #295922 - Bookmarks are now added properly while converting a Word document to PDF.
- #295809, #295808 - Pagination issue will no longer occur while converting a Word document to PDF.
- #297287 - Improved the track changes balloons rendering algorithm in Word to PDF conversion.
- #297451 - List numbering is now preserved properly while converting a Word document to PDF.
- #297181 - Hanging will no longer occur while converting a Word document to PDF.
- #294479 - Paragraph with deletion revision is now preserved properly while converting a Word document to PDF.
- #294479 - Page border is now preserved properly while converting a Word document to PDF.
- #295809 - Table is now preserved properly while converting a Word document to PDF.
- #295917 - Gutter position is now used properly while converting a Word document to PDF.
- #294479 - Shape is now preserved properly while converting a Word document to PDF.
- #293792, #293746 – The NullReferenceException will no longer be thrown while converting a Word document to PDF.
- #294683 - The System.FormatException will no longer be thrown while converting a Word document to PDF.
- #297287 - The IndexOutOfRangeException will no longer be thrown while converting a Word document to PDF.
- #293689 - Paragraph alignment is now preserved properly while converting a Word document to PDF.
- #293366, #297796, #295118, #295806 - Hanging will no longer occur while converting a Word document to PDF.
- #290028, #292914 - Table row is now preserved properly while converting a Word document to PDF.
- #292975 - Chart is now preserved properly while converting a Word document to PDF.
- #294253 - Table is now properly preserved while converting a Word document to PDF.
- #253061 - Text is now preserved properly while opening an RTF format Word document.
- #298703,#298816, #298598 - The KeyNotFoundException will no longer be thrown while open and saving a Word document.
- #298174, #296029 - The ArgumentOutOfRangeException will no longer be thrown while opening a Word document.
- #294479 - List numbering is now preserved properly while converting a Word document to PDF.
- #260100 - Field is now unlinked properly while calling
Unlink()
method. - #295763 - The performance issue has been resolved while opening a RTF format document.
- #293751 - Custom shape is now properly included in the unsupported element’s warning messages while converting a Word document to PDF.
- #294603 - List numbering is now preserved properly while calling
UpdateTableOfContents()
method. - #295123 - List value is now preserved properly in WordPad while converting HTML to RTF format document.
- #293261 - The screen tip text is now parsed properly while opening a DOCX format document.
- Image color is now preserved properly while open and saving a Word document.
- #294151 - Nested bookmarks contents are now preserved properly while removing a bookmark contents.
- #293447 - Revision details are now cloned properly while importing a Word document.
- #293895 - The FormatException will no longer be thrown while opening a Word document.
- #293580 - Hyperlink display text is now preserved properly while opening a RTF format document.
- #293578 - Merge field names are now retrieved properly while calling
GetMergeFieldNames()
method. - #293338 - The hanging issue will no long be occur while calling
AcceptChanges()
method. - #293610 - GridBefore value is now calculated properly while opening a RTF format document.
- #288073 - Field is now preserved properly while resaving Word2003 Open XML format document.
- #292280 - Table is now preserved properly while converting RTF to DOCX format document.
- #291705 - List numbering is now preserved properly while converting a Word document to Text file.
- #290028 - Table border size is now preserved properly while resaving a DOCX format document.
- #290664 - Paragraph text is now preserved properly while converting DOC format document to PDF.
- #291306 - Custom document properties are now updated properly while calling
UpdateDocumentFields()
method. - #290352, #297287 - The InvalidOperationException will no longer be thrown while opening a word document.
- #288916 - Table width is now preserved properly while converting Word document to PDF.
- #298598 - Table width is now preserved properly while converting a HTML to DOCX format document.
DockingManager
Bug fixes
- #287190 - Now, DockingManager properly loads the saved states.
- #294927 -
DockingManager.ActivateWindow
now working properly while splitting the tab using ‘New horizontal tab group’ and ‘New vertical tab group’.
DoubleTextBox
Bug fixes
- Now, DoubleTextBox decimal digits are updated properly when binding the
Value
. - #297467 - DoubleTextBox display text is now updated correctly when value is set as Double.Nan.
GroupBar
Bug fixes
- #F158650 - Exception will no longer occurs when select the item in stack mode of the GroupBar.
Features
- #291878 – Added support for
BoundsCollection
forPdfTextMarkupAnnotation
. - #295115 – Added support for text direction in
PdfFreeTextAnnotation
.
Bug Fixes
- #262648 – Contents will be preserved properly when creating PDF in multi-threading.
- #294252 –
PdfMetafile
will be preserved properly with the specified bounds. - #295920 – Page number will be preserved properly when merging PDF documents.
- #294988 –
PdfRubberStampAnnotation
appearance will not change when editing with PDF viewer. - #292489 –
PdfHTMLTextElement
will return properPdfLayoutResult
. - #294252 – Images will be preserved properly when converting EMF to PDF.
- #292865 –
PDF/UA
complaint will be validated properly inPAC3
tool. - #293788 –
PdfCheckBoxField
will be preserved properly when resaving the document. - #293316 – DataMatrix barcode will be preserved properly.
- #293249, #293784 –
PdfGridCell
text will be preserved properly when exporting DataGrid to PDF. - #291767, #292452 – Images will be preserved properly in HTML to PDF conversion.
- #295864 – Exception no longer occurs when converting Word to PDF.
- #296815 – PDF document will be OCRed properly for large PDF document.
- #291177 – Exception no longer occurs when converting PDF to PDF A1B.
- #294944 – Annotations will be preserved properly when export and import.
- #293701 –
NullReferenceException
no longer occurs when getting the text fromPdfLoadedTextBoxField
. - #294353, #291232 – Bookmark text will be preserved properly when saving the PDF document.
- #296895 –
ArgumentNullException
no longer occurs when merging PDF document. - #294995 – InkAnnotation will be exported properly in German culture.
- #295703 –
NullReferenceException
no longer occurs when decrypt the PDF document. - #294723 –
PdfComboBoxField
value will be flatten properly in a PDF document. - #295148 –
PdfXfaForm
will be filled properly with given data. - #293908 –
NullReferenceException
no longer occurs when merging the PDF documents. - #293401 –
PdfRectangleAnnotation
will be preserve properly while flatten the annotations. - #291957 – Content will be preserved properly when compressing the PDF documents.
- #F158748 –
ArgumentOutOfRangeException
no longer occurs while saving particular PDF document.
PdfViewerControl
Features
- #I292847 – Exposed the
DocumentUnloaded
event to notify the users when the document is unloaded.
Bug Fixes
- #I293030 – The scrollbars are now displayed properly in the
PdfDocumentView
after theZoomMode
is changed. - #F157886, #F155706 – The fill color opacity is now applied properly for the annotations.
- #I294395 – The Marquee zoom cursor mode is now working properly.
- #I295451 – The text selection is now working properly when the cursor modes are changed.
- #I290969 – The file size is not increased every time whenever a PDF file is saved even without any modifications.
- #I294572 - The
System.ArgumentNullException
is no longer thrown when localizing the control. - #I292477 – The
IsDocumentEdited
property is now updated properly when a popup note is edited. - #I292334 – The
Delete
key operation is now working properly for the popup notes. - #I294258 – The
System.NullReferenceException
is no longer thrown when extracting the text from the PDF pages using thePdfLoadedDocument.
- #I293205 – Images are now extracted properly from the PDF pages.
- #I294666 – Images are now extracted properly from the PDF pages in a multithreading environment.
- #I294264 – The text is now extracted properly from the PDF file.
Presentation
Features
- #I229361, #290868, #293563 - Provided support to preserve a gradient line while converting a PowerPoint presentation to PDF/Image.
- #290868 - Provided support to preserve a gradient fill with transparency while converting a PowerPoint presentation to PDF.
Bug Fixes
- #281066 - Justification is now applied properly while converting a PowerPoint presentation to PDF.
- #294617 - Placeholder text color is now preserved properly while converting a PowerPoint presentation to Image.
- #293204 - PowerPoint document is no longer corrupted while removing a master slide.
- SlideSizeType property is now working properly, when PowerPoint slide size type is Wide Screen.
PropertyGrid
Bug Fixes
- #295295 - Now, PropertyGrid control load when used inside the user control.
Ribbon
Bug fixes
- #296036 - In the Material and Office2019 themes, the
RibbonButton
andDropDownButton
controls are now properly arranged. - #292809 - The background of the
RibbonWindow
title is now properly applied. - #294456 - The selected foreground of the checkable ‘RibbonButton’ has now properly appeared in the Material and Office2019 themes.
- #293915 - In Ribbon, the ‘BackstageButton’ visibility is now updated properly.
- #296140 - Exception will no longer occurs when opening the more commands dialog.
- #296968 - The
RibbonToggleButton
is now updated properly based on its propertySizeMode
. - #296630 - When invoking the merging and unmerging functions, the child Ribbon is now properly merged and unmerged.
- #298624 - The
XamlParseException
will no longer occur when minimizing the Ribbon.
SfAccordion
Bug fixes
- #298189 - When SfAccordion is used in TabNavigation control, an exception will no longer occur in ExpandableContentControl.
SfDataGrid
Bug Fixes
- #290813 - Now, grid is rendered properly when all the grid columns are hidden.
SfDiagram
Bug Fixes
- #296645 - Now, the selection rectangle will no longer be rendered when the
RubberBandSelection
mode is disabled. - #297081 - Now, the
InvalidOperationException
will no longer be thrown when applying a theme to a class that inherits fromSfDiagram
. - #F158090 - Now, the
ArgumentOutOfRangeException
will no longer be thrown when adding the diagram control as a content of the docking manager. - #F158090 - Now, the
TargetInvocationException
will no longer be thrown when bindingSnapSettings
to theSfDiagram
control.
SfMultiColumnDropDownControl
Bug Fixes
- #298307 - Now, previous selected text is removed properly from editor when the
SelectedItem
is set to null.
SfRichTextBoxAdv
Bug Fixes
- Style defined in
div
element is now applied properly while importing HTML. - #293488 - Horizontal scrollbar is now properly updated when the document contains different size pages.
- #293655 - Character format is now applied properly when the selection is empty.
- #297664 - Calling thread cannot access this object exception will be no longer thrown while opening document using asynchronous open method.
- #295349 - Last paragraph in the clipboard is now not merged with the destination paragraph while pasting content.
SfSchedule
Bug Fixes
- #F117571 – The
WorkStartHour
andWorkEndHour
properties are updated properly with one-way binding.
SfSpreadsheet
Bug Fixes
- #293877 –
ConditionalFormatting
style is applied properly when the formatting rule has one or moreApplies to
ranges. - #291564 – The
FillSeries
feature is working properly with the string-formatted values like (01,001).
SfStepProgressBar Preview
Features
- Right to Left(RTL) - Right to Left(RTL) support displays the content from right-to-left direction by setting the FlowDirection property to RightToLeft.
SfTimePicker
Bug Fixes
- #F157429 - Textbox in SfTimePicker will now get focus when pressing tab key.
SplitButtonAdv
Bug fixes
- #294821 - Now, the triggering issue in
SplitButtonAdv
using command parameter is resolved.
TabControlExt
Bug fixes
- #296585 -
FontSize
will now updated properly for TabItem onTabStripPlacement
as left andRotateTextWhenVertical
as True.
TileView
Bug fixes
- #292833 -
KeyNotFound
exception will no longer occur in TileView control while closing the TileViewItem. - TileViewItem content is now loaded correctly for the maximized item when material theme is applied for the TileViewControl.
- #288608 - TileViewItem will now update properly when ‘ItemState’ for any of the TileViewItem is set as maximized.
ToolBarAdv
Bug fixes
- #295963 - Crash will no longer occur when
ComboBoxAdv
Item is clicked inToolBarAdv
. - #297070 - Now, the Seperator is added properly in
ToolBarAdv
while we binding through ItemSource.
UpDown
Bug Fixes
- #291046 - Now, UpDown control FontSize property is working properly for material themes.
XlsIO
Bug Fixes
- #292282, #F157287 -
CopyTo
method now copies Excel table styles if copied from second row or more. - #292271 - Exception is no longer thrown if all the table rows are deleted.
- #293903 - Exception is no longer thrown when converting the Excel file to PDF.
- #295621 - Defined name value with more characters is now working proper without exception.
- #294651 - Exception is no longer thrown while converting Excel file to PDF with conditional formats.
- #287586 - Name of a pivot table data field is now correct in Excel to PDF conversion.
- #293247 - Inserting a new row preserves the number format in the existing table.
- #292312 - Exception is no longer thrown while inserting rows above sparklines.
- #296469 - Conditional format is now correct while changing thread culture.
- #291424 - Column width is now set correctly while updating styles to entire column.
- #294893 - Exception is no longer thrown while parsing the Excel document with pivot table.
- #293348 - DateTime format is now proper when accessing
Range.DateTime
property. - #293903 - Exception is no longer thrown when formula contains an unknown name in Excel to PDF conversion.
- #292625 - Page numbers are now rendered in the correct format when header/footer text contains page number and plus sign.
- #292241 - Rich-text is now applied to tables during Excel to PDF conversion.
- #292697 - Exception is no longer thrown while converting Excel chart to image with polynomial trend line series.
- #294223 - Axis line is now rendered correctly in chart to image conversion.
- #F157299 - Mixed data type values are exported with proper format while exporting worksheet to data table.
- #F157772 - Line series are no longer missed in Excel to PDF conversion.
- #F157287 - Corruption no longer occurs when copying worksheets from multiple workbooks.
- Category axis label text is now rendered properly in chart to image conversion.