Xceed Words for .NET
Adds support for Microsoft .NET 5.
Features
- Added support for Microsoft .NET 5.
- Digital signatures can now be added to documents in the Microsoft .NET Framework environment.
- Signature lines can now be positioned in a document and many new methods are now available to retrieve/remove/add digital signatures or signature lines.
- PDF Conversion:
- The paragraph's indentation is now automatically added when a paragraph from the Table of Contents does not specify any indentation but has an outlineLevel greater than 0.
- A table following a paragraph with a KeepWithNext set to true now keeps the paragraph and the table on the same page in the resulting PDF document.
- Section.MarginFooter value is now used to position the footer content in the footer.
- Headers containing a wrapped behind text object now display the main document content behind this object.
- Document:
- Added a new method, GetPageCount() which is now available to retrieve the number of pages in the document. Note that this feature is currently experimental.
- Added new methods and objects that are now available to append footnotes/endnotes to paragraphs. These footnotes/endnotes can contain strings/Pictures/Hyperlinks/Tables.
- The text hyphenation will now be automatically updated when its hyphenation object properties are modified.
- Calling a Save() or a ConvertToPdf() now displays a watermark in the output document when using a trial license.
- Paragraph:
- Removing Bookmarks when the bookmarkStart is included in a paragraph but the bookmarkEnd is not, now removes the bookmark from the paragraph.
- Calling the InsertText method no longer parses the whole document to update IDs when this action is not necessary. This improves performance when many text insertions are needed.
- The method InsertParagraphBeforeSelf(Paragraph) now returns a new instance of the newly created paragraph.
- A paragraph containing many images displayed on multiple pages now saves to PDF with multiple pages.
- When a paragraph from the Table of Contents does not specify any indentation but has an outlineLevel greater than 0, the paragraph's indentation is now automatically added.
- Chart Axis:
- The Title property can now be used to get/set the axis' title.
- List:
- The ListOptions property can now be used to modify the numbering of the list's sub-levels.
- The ListOptions property can now be used to get/set the list configuration, including the list type, the list modification tracking and the list levels configuration.
- Chart, List, Shape and Image:
- Added new Remove method which is now available to remove the element from the document.
- Table:
- Merging multiple cells from a row now updates the resulting cell's width.
- Tables with more than one table header now save with the corresponding table headers.