Xceed Ultimate Suite V26.2

Released: Jun 22, 2026

Aggiornamenti in V26.2

Funzionalità

  • Xceed PDF Library for .NET
    • It is now possible to try Xceed PDF Library for .NET.
    • Allows users to load & save PDF documents that are protected with a password.
    • Loading & saving encrypted PDF documents is now possible.
    • It is now possible to use the RC4, AES128 or AES256 encryption modes to encrypt or decrypt PDF Documents.
    • It is now possible to add permissions on PDF documents.
    • The JPEG image format is now supported.
    • It is now possible to remove Images from a Page via the methods contained in the new PageImageObjectCollection.
    • The size & position of an Image or a Path’s Points can now be modified.
    • It is now possible to remove Paths from Page.Paths or PdfDocument.Paths.
    • PathObjects can now be used for clipping.
    • Text can now be removed or replaced in a PDF document or in a specific area of a Page.
    • It is now possible to modify the TextStyle of a specific text, as well as add a fallback font to display characters that are not included with the current font.
    • Text, Images & Paths can now be transparent since it is now possible to set the opacity of a Brush.
    • It is now possible to add texts and/or images to a Watermark.
    • PdfDocument containing hex characters in Name tags are now supported.
  • Xceed Words for .NET
    • It is now possible to try Xceed Words for .NET.
    • The DocX.Split(Document, SplitCriteria) method has been removed & replaced with a new overload that accepts the SplitOptions object, which is a breaking change.
    • The SkiaSharp.NativeAssets.Linux.NoDependencies is now included in the NuGet package for non-Windows and non-MacOs environments.
    • It is now possible to convert a Document to standards-compliant HTML.
    • This version introduces the new ExtensionChart class, which inherits from BaseChart & delegates all methods & properties specific to charts of the Extension type.
    • Adding & customizing gridlines in Charts is now possible.
    • It is now possible for DataLabels to display values as percentages directly within a Chart.
    • It is now possible to color each slice or DataPoint individually in Charts that use DataPoints.
    • It is now possible to draw LineSeries using straight segments instead of smooth curves.
    • The new AddSeries overload now makes it possible to combine multiple groupings in a single ComboChart.
    • The Value Axis can now be switched to a logarithmic scale.
    • It is now possible to add images using either a name or a stream, without needing to specify which type of image will be inserted.
    • The ListItemType enumeration has been expanded to allow styling lists in many more ways.
    • It is now possible to insert hidden Table of Contents field markers via the new InsertTableOfContentsMarker method.
    • It is now possible to divide text into Columns in a Document.
  • Xceed Toolkit Plus for WPF
    • Added a ChatControl, a XAML-definable chat UI for showing a conversation between a user and an assistant. You get customizable bubbles, corner radius, timestamps, a typing indicator, and an input area, which is enough to stand up an in-app support thread or an assistant experience without inventing the layout from scratch.
    • Added a WrapPanel view for ListBox. Until now ListBox could only stack its items in a single row or a single column. The new vertical or horizontal WrapPanel view flows items across lines or columns based on the container size.
    • On the AvalonDock side, routed commands now fire correctly when a LayoutAutoHideWindowControl contains a LayoutAnchorable, and the docking manager now resizes its children properly when its window is resized.
  • Xceed DataGrid for WPF
    • Groups and the rows beneath them no longer disappear under UI Automation.
      • The old behavior could break automated UI tests outright and could misreport the grid’s state to assistive technology, so this keeps the grid in sync with its real content for both your test suite and screen reader users.
      • If you run automated UI tests against a grouped grid, or you ship to customers who depend on a screen reader, this one is worth the update on its own.
  • Xceed Zip for x64
    • It is now possible to have paths that have up to 32 700 characters, but these long paths must be absolute and be prefixed with “\\?\”.
    • The DLL API functions XzGetErrorDescription() and XcGetErrorDescription() will now work correctly if the component is not registered on the machine.
  • Xceed SFTP for .NET 
    • Post-Quantum Key Exchange
      • The post-quantum key exchange mlkem768x25519-sha256 is now available when connecting to an SSH server. It is enabled by default and selected automatically through negotiation with the server, so no action or application code change is needed to benefit from it. The algorithm is a hybrid method that combines the quantum-resistant Module-Lattice-based Key-Encapsulation Mechanism (ML-KEM) with the traditional Curve25519 Elliptic-curve Diffie–Hellman scheme and SHA2-256.