Released: Mar 15, 2026
V26.1 中的更新
特性
- Xceed PDF Library for .NET 2.0
- Xceed PdfLibrary for .NET no longer depends on Xceed.Drawing.NET.dll, which is a breaking change; if Colors are needed, they should be used directly from the Xceed.PdfLibrary namespace instead of from the aforementioned Xceed.Drawing namespace.
- In ListBoxFormField, the SelectedIndexes property is now of type array of int, which is a breaking change.
- In PageSettings, properties are no longer settable, which is a breaking change. Instead, the Setter methods must...
Released: Dec 8, 2025
V25.4 中的更新
特性
Xceed Words for .NET 5.2 (Build 5.2.25608.6677)
- A new class, called Comment, allows you to adjust various properties related to a Comment, such as its content, who added it and at what time, as well as if it has received any reactions or replies.
- A new class, called Person, allows you to determine various properties that will define the user that created, added a reply or reacted to a Comment.
- A new class, called Reaction, allows you to determine various properties that define how a user...
Released: Sep 8, 2025
V25.3 中的更新
特性
Xceed Words for .NET 5.1
- Combo Charts can now live inside your documents, giving you more ways to represent data with clarity.
- Added two new methods, AddWatermark and RemoveWatermark, which let you stamp or strip a watermark on demand. And if you need more control, the new PictureWatermark and TextWatermark classes help you decide exactly what kind of watermark belongs in your document.
- Splitting large documents is easier too. The new Split method in the DocX class allows you to break a...
Released: Apr 29, 2025
V25.2 中的更新
特性
Xceed Workbooks for .NET
- Now optimized to support millions of cells in a Workbook.
- Now supports almost every type of 2D and 3D charts offered by Microsoft.
- Now possible to use Conditional Formatting in a Worksheet to format Cells based on specific conditions.
- The DataValidation class has been changed & now works with two new companion classes, called DataValidationSingleCondition & DataValidationRangeCondition, which determine the type of condition that will be used for the validation...
Released: Feb 3, 2025
V25.1 中的更新
特性
Xceed Words for .NET
- Xceed Words for .NET now supports .NET 9.
- Xceed Words for .NET now supports non-Windows environments in a .NET 5+ context. Note that a new dll, named Xceed.DrawingUtils.NET.dll, is required to make this work and should replace System.Drawing or System.Drawing.Common when using Color, Point, RectangleF, Font and similar types.
- The PDF conversion process now also works in non-Windows OS like Linux. When specific fonts are not installed, the DocX.ConvertToPdf() method can...
Released: Mar 4, 2024
V24.1 中的更新
特性
Xceed DataGrid for WPF
- The StatCell class now has a new property called
DefaultCulture to fallback on when formatting a statistical result.
修補程式
Xceed ZIP for .NET
- QuickCompression.Compress() will now return compressed data when the compression method is something other than Deflate.
- A FileSystemInternalException will no longer be thrown in the .NET garbage collection thread of ZipArchive objects when they are used on fast multi-core systems.
Xceed Words for .NET
- Inserting a DocumentElement...
Released: Oct 25, 2023
V23.2 中的更新
特性
- Xceed DataGrid for WPF - Improves the look of the scrollbars in the MaterialDesign theme.
- Xceed Toolkit Plus for WPF - Adds new FluentDesign theme.
Released: Apr 3, 2023
V23.1 中的更新
特性
- Xceed Words for .NET - Improves conversion to PDF for documents containing multiple tables.
- Xceed Workbooks for .NET - Adds new methods that can be used to insert or remove a range of cells from a worksheet.
- Xceed DataGrid for WPF - Improves support for complex filtering patterns.
- Xceed Toolkit Plus for WPF - Adds new property that can be used to set a background in the grid-only part of a chart's area.
- Xceed Zip for .NET - Improves support for text encoding with non-Unicode characters.
Released: Oct 5, 2022
V22.3 中的更新
特性
- Xceed Workbooks for .NET - Now includes a workbook protection system that restricts modifications.
- Xceed Words for .NET - The method for inserting HTML content now works with non-English characters.
- Xceed Toolkit Plus for WPF - Improves PropertyGrid, DockingManager and ExtendedTabControl.
- Xceed DataGrid for WPF - Adds two new themes - Material Design and Fluent Design.
- Xceed Zip for .NET - Multi-threading is now supported when zipping into split .zip files.
Released: May 14, 2022
V22.2 中的更新
特性
- Xceed Workbooks for .NET - New MergedCellCollection class can now be used to merge and center the cells in a Worksheet.
- Xceed Words for .NET - Improves PDF conversion and header/footer features.
- Xceed Toolkit Plus for WPF - Improves CheckComboBox, DateTimePicker and PropertyGrid controls.