Xceed PDF Library para .NET 2.0 (build 5.2.26166.7850)
-
- Xceed PdfLibrary para .NET ya no depende de Xceed.Drawing.NET.dll, lo cual es un cambio de ruptura; si se necesitan colores, estos deben usarse directamente desde el espacio de nombres Xceed.PdfLibrary en lugar de desde el espacio de nombres Xceed.Drawing mencionado anteriormente.
-
- En ListBoxFormField, la propiedad SelectedIndexes es ahora de tipo array de int, lo cual es un cambio que puede afectar la compatibilidad.
-
- En PageSettings, las propiedades ya no se pueden establecer, lo que supone un cambio importante. En su lugar, ahora se deben usar los métodos Setter para obtener un objeto PageSettings actualizado.
-
- En PageSettings, la propiedad FormatType ya no permite valores nulos, lo que constituye un cambio disruptivo. Ahora puede usar el valor PageFormatType.Custom en su lugar.
-
- El objeto PageSettings ahora es IEquatable, lo cual representa un cambio que rompe la compatibilidad. Sin embargo, debido a esto, ahora se puede comparar con otro objeto PageSettings.
-
- En PdfDocument, los marcadores ahora se almacenan en la nueva clase BookmarkCollection, lo que representa un cambio que rompe la compatibilidad.
-
- En Pen, la propiedad StrokeColor ahora se llama propiedad Color y el método SetStrokeColor() ahora se llama método SetColor(), lo cual es un cambio que puede romper la compatibilidad.
-
- En Pen, la propiedad StrokeWidth ahora se llama Thickness y el método SetStrokeWidth() ahora se llama SetThickness(), lo que supone un cambio que rompe la compatibilidad.
-
- En TextStyle, la propiedad FillColor, de tipo Color, ahora es reemplazada por la propiedad Brush, de tipo Brush, lo cual representa un cambio drástico.
-
- En TextStyle, la propiedad StrokeColor, de tipo Color, ahora es reemplazada por la propiedad Pen, de tipo Pen, lo cual constituye un cambio disruptivo.
-
- En TextStyle, el método WithFontAndColor( Font font, double fontSize, Color? fillColor = null, Color? strokeColor = null ) ahora es reemplazado por el método WithFontAndColor( Font font, double fontSize, Pen pen, Brush brush ), lo cual es un cambio de ruptura.
-
- En TextStyle, el método SetColor( Color? fillColor, Color? strokeColor ) ahora es reemplazado por los métodos SetPen( Pen pen ) y SetBrush( Brush brush ), lo que constituye un cambio disruptivo.
-
- En TextStyle, el método SetFillColor(Color? value) ahora es reemplazado por el método SetBrush(Brush brush), lo cual es un cambio que rompe la compatibilidad.
-
- En TextStyle, el método SetStrokeColor( Color? value ) ahora es reemplazado por el método SetPen( Pen pen ), lo que constituye un cambio que puede afectar la compatibilidad.
-
- Los documentos PDF ahora pueden ser firmados y certificados.
-
- Las imágenes creadas a partir de un stream o una ruta ahora se pueden insertar en un PdfDocument.
-
- Ahora se pueden agregar marcadores a un PdfDocumento a través del método pdfDocument.Bookmarks.Add( new Bookmark() ).
-
- Ahora se pueden agregar marcadores debajo de otro marcador a través del método bookmark.Children.Add( new Bookmark() ).
-
- Ahora se pueden insertar nuevas páginas en un índice específico en la PageCollection.
-
- El orden de las Páginas en la Colección de Páginas ahora se puede cambiar.
-
- Los archivos adjuntos ahora se pueden eliminar o borrar de la colección PdfDocument.Attachments.
-
- Los marcadores ahora se pueden eliminar o borrar de un PdfDocument.
-
- Los FormFields ahora se pueden eliminar o borrar de una Página.
-
- Ahora los hipervínculos se pueden eliminar o borrar de un PdfDocument o una Page.
-
- Ahora se pueden eliminar o borrar páginas de la PageCollection.
-
- Ahora se pueden eliminar o borrar marcas de agua de un PdfDocument o una Page.
-
- Ahora se puede eliminar una firma de un PdfDocument firmado.
-
- Una nueva clase, llamada SplitByBookmarkOptions, ahora permite utilizar los marcadores encontrados en un PdfDocument para dividir dicho documento en múltiples PdfDocuments.
-
- Una nueva clase, llamada SplitByPageOptions, ahora permite dividir un PdfDocument en varios documentos utilizando páginas individuales o rangos de páginas como puntos de referencia para el proceso de división.
-
- Ahora se puede utilizar una nueva clase, llamada MergeOptions, para ajustar las opciones disponibles al fusionar uno o más PdfDocuments en un documento de destino.
-
- Una nueva enumeración, llamada FontEmbeddingMode, ahora permite elegir qué modo de incrustación de fuentes se utilizará al emplear una fuente TrueType.
-
- En Marcador, se han agregado cuatro nuevas propiedades: IsBold, IsItalic, TitleColor y IsExpanded.
-
- En PdfDocument, ahora se puede usar una nueva propiedad llamada AllBookmarks para devolver todos los marcadores encontrados en PdfDocument, sin importar a qué Nivel pertenezcan.
-
- Ahora se pueden usar dos nuevos métodos, ValidateSignatures() de PdfDocument y ValidateSignature() de SignatureFormField, para validar las firmas de PdfDocument y FormFields.
-
- La clase EditableFormFieldCollection ahora contiene los métodos Remove y Clear para que RadioButtonGroupFormField.Options pueda eliminar o borrar RadioButtonFormFields.
-
- En Adjunto, ahora es posible establecer el valor de la propiedad Descripción.
-
- En el Adjunto, ahora es imposible establecer el valor de la propiedad Nombre.
-
- Ahora se pueden modificar las propiedades de un marcador existente.
-
- En "Bookmark", la propiedad "TargetLocation" ahora se llama "TargetPageLocation".
-
- En Bookmark, la propiedad TargetPage ahora es anulable.
-
- En BookmarkCollection, ahora se admiten marcadores con el mismo título.
-
- El indexador de cadenas ahora es reemplazado por el método FindByTitle(), el cual puede retornar todos los Marcadores con un Título específico.
-
- En CheckBoxFormField, la propiedad ExportValue es ahora una propiedad get/set.
-
- Las propiedades de ComboBoxFormField ahora se pueden modificar.
-
- Las propiedades de DateTimeFormField ahora se pueden modificar.
-
- Las propiedades contenidas dentro de la clase DocumentInformations ahora se pueden modificar.
-
- En Hipervínculo, las propiedades Bounds y Url ahora se pueden establecer.
-
- Las propiedades de ListBoxFormField ahora se pueden modificar.
-
- The NumberFormFields properties can now be modified.
-
- In Page Collection, the index of a Page can now be returned.
-
- In PdfDocument, the Bookmarks property now returns only the Bookmarks belonging to Level 1, which is the top level for a Bookmark in a PdfDocument.
-
- The PushButtonFormField’s properties can now be modified.
-
- The properties from RadioButtonFormField and RadioButtonGroupFormField can now be modified.
-
- The TextBoxFormField properties can now be modified.
-
- Loading a PDF Document containing Watermarks will now allow to modify said Watermarks via the properties found in the Watermark class.
-
- It is now possible to add text with Right to Left direction when using characters taken from an RTL language.
-
- The loaded fonts are now added to the saved PdfDocument when saving it with the optimized Save option.
-
- Saving a PdfDocument containing Hyperlinks no longer adds duplicate objects in the PDF’s data.
-
- Saving a PdfDocument with the Optimized SaveMode now removes the unused and duplicate objects from the PDF’s data.
-
- After saving a PdfDocument, used Pages can now still be modified in preparation for a new save.
-
- When saving a PdfDocument, objects will never have the same object number again.
-
- Using multiple filters to encode PDF data in a PdfDocument will now extract the data correctly.
-
- In Page, the SetWidth, SetHeight, SetSize, SetMargins & SetOrientation methods will now correctly update their respective settings when used.
-
- The Page.AddParagraph method now automatically wraps the text when it reaches the width of the Page & doesn’t contain spaces or end of lines.
-
- In PdfDocument, calling multiple Save() now correctly saves the PdfDocument with the latest changes.
Xceed Extended Toolkit para WPF 5.1 (build 5.1.26166.7861)
-
- In DateTimePicker, a new property, called AutoCloseCalendarOnTodayButton, can now be used to get or set if the calendar popup closes automatically when a user clicks on the Today button.
-
- In ChildWindow, the other non-modal ChildWindow will now become inactive when a new Modal ChildWindow is added.
-
- In PropertyGrid, the initial object’s properties will no longer be reset to its default values when using a collection of T, where T is a derived class, and clicking the Cancel button while editing a property.
-
- In RichTextBox , special characters & symbols, such as Ø, will now be rendered correctly.
-
- The title of the floating window’s taskbar now updates correctly when the LayoutContent’s title changes.
Xceed Datagrid para WPF 7.3 (build 7.3.26166.7869)
-
- Opening the print preview window when a printer is configured to use a different default page orientation will no longer trigger a NullReferenceException.
-
- A NullReferenceException no longer occurs in HeaderFooterItem.PrepareContainer when the grid loads.
-
- In Cell, a new method, called Split, now allows to split Cells into multiple rows & columns.
-
- Comments can now be hidden by setting their Resolved property to true.
-
- In PDF Conversion, the conversion process no longer falls into an infinite loop if the Document being converted contains both wrapped objects & “continuous” section breaks.
-
- In PDF Conversion, the default font is no longer automatically used during the conversion process.
-
- In PDF Conversion, when there are multiple Tables, including wrapping Tables, to convert, they will now be split on 2 pages to avoid layout issues after the conversion.
-
- In HTML Parser, support for optional closing tags has been implemented, which allows omitted end tags to be parsed without errors.
-
- En el analizador HTML, soporte para <img/> Se han agregado etiquetas con fuentes de imagen codificadas en base64 (src), lo que garantiza que las imágenes se procesen y se rendericen correctamente durante el proceso de inserción de HTML.
-
- En el Analizador HTML, el manejo de elementos de bloque, como <div> & <p>, anidado dentro de elementos en línea o de bloque, ha sido mejorado globalmente para garantizar una estructura y representación adecuadas durante la conversión de HTML a Word.
-
- In HTML Parser, a regression introduced in v5.2.25608 which made the ReplaceTextWithHTML feature fail to render text within a table’s cells during the HTML insertion process has been fixed.
-
- In HTML Parser, the representation of Width and Height attributes for HTML tables, rows, and cells has been corrected to ensure that they are now accurately reflected in the resulting Word document.
Xceed Extended Toolkit para WPF 5.1 (build 5.1.26166.7861)
-
- In DateTimePicker, a new property, called AutoCloseCalendarOnTodayButton, can now be used to get or set if the calendar popup closes automatically when a user clicks on the Today button.
-
- In ChildWindow, the other non-modal ChildWindow will now become inactive when a new Modal ChildWindow is added.
-
- In PropertyGrid, the initial object’s properties will no longer be reset to its default values when using a collection of T, where T is a derived class, and clicking the Cancel button while editing a property.
-
- In RichTextBox , special characters & symbols, such as Ø, will now be rendered correctly.
-
- The title of the floating window’s taskbar now updates correctly when the LayoutContent’s title changes.
Xceed Datagrid para WPF 7.3 (build 7.3.26166.7869)
-
- Opening the print preview window when a printer is configured to use a different default page orientation will no longer trigger a NullReferenceException.
-
- A NullReferenceException no longer occurs in HeaderFooterItem.PrepareContainer when the grid loads.