Released: Jan 21, 2023
Updates in GrapeCity Documents .NET Bundle
Features
GrapeCity Documents for Imaging 6.0.3
- Added GrayscaleBitmap.ApplyGlow() method that modifies a grayscale mask so that it can be used to produce Glow or Soft Edges effect.
GrapeCity Documents for PDF 6.0.3
- Added methods:
- ITextRunFragment.GetBounds() - gets a Quadrilateral representing the four vertices bounding this ITextRunFragment object.
- GcPdfDocument.RemoveEmbeddedFonts() - removes embedded fonts from the current document.
- GrapeCity.Documents.Pdf.Text.Font.RemoveEmbeddedData() - removes the embedded font data.
- CheckBoxField.HasRadioButtonBehavior() - checks whether the checkbox actually behaves as a radio button.
- CheckBoxField.GetCheckedAppearanceStreamName() - gets the name of a widget annotation's appearance stream that is used to display the widget in checked state.
- CheckBoxField.GetCheckedAppearanceStreamNames() - gets the names of the widget annotations' appearance streams that are used to display the widgets in checked state.
- CheckBoxField.SetCheckedAppearanceStreamName() - sets the name of a widget annotation's appearance stream that will be used to display the widget in checked state.
- CheckBoxField.SetCheckedAppearanceStreamNames() - sets the name of an appearance stream that will be used by the widget annotations to display the widgets in checked state.
- Added properties:
- CheckBoxField.ValueObj - gets or sets the value of the checkbox as an object.
- CheckBoxField.DefaultValueObj - gets or sets the default value of the checkbox as an object.
- CheckBoxField.Checked - gets or sets the value of the checkbox as a Boolean value.
- CheckBoxField.DefaultChecked - gets or sets the default value of the checkbox as a Boolean value.
- CheckBoxField.Value property marked as obsolete. Use the Checked property instead.
- CheckBoxField.DefaultValue property marked as obsolete. Use the DefaultChecked property instead.
Fixes
GrapeCity Documents for Excel, .NET Edition 6.0.2
- The marker size, data label and series line color chart are incorrect in the exported PDF file.
- Some row heights are incorrect after processing template.
- The linked cell text color becomes white after loading the SSJSON file then exporting to SSJSON file.
GrapeCity Documents for Imaging 6.0.3
- Rectangles with zero width or height are not drawn on GcBitmapGraphics.
- In some cases the FontCollection.FindFamilyName() method would select an incorrect font.
GrapeCity Documents for PDF 6.0.3
- GcPdfDocument.OptimizeFonts() method throws IndexOutOfRange exception.
- When a signed PDF is modified and saved using incremental update, the signature may become invalid in some scenarios.
- Certain PDFs may be rendered to images incorrectly.
- In some cases the size of a PDF significantly increases after assigning values to AcroForm fields in the file.
- GcPdfDocument.MergeWithDocument() method throws exception in some cases.
GrapeCity Documents for Word 6.0.3
GrapeCity Documents for Excel, .NET Edition 6.0.3
- The calculation result is incorrect when the formula is array formula.
- The number format changes from "General" to "Custom" after loading and exporting SSJSON file.
- The height of plot area and the tick labels are incorrect in the exported PDF file.
- Exception is thrown on inserting rows when worksheet contains data validation.
- Exception is thrown on loading particular SSJSON file contains unexpected binding path content.
- Exception is thrown on loading then saving to another Excel file.
- The style of chart's trendline is incorrect in the exported PDF file.
- The arrow mark is missed in the exported PDF file.
- Exception is thrown on loading particular SSJSON file.
- The table formula is lost when loading particular SSJSON file.
- The checkbox format is different from the SpreadJS designer and exported PDF file.
- Exception is thrown on loading Excel file contains external reference.
- Unexpected cell content is shown in the exported PDF file.
- The "colHeaderVisible" setting is lost after loading the original SSJSON file then exporting to another.
- Exception is thrown on adding validation which contains INDIRECT function.
- Exception is thrown on loading irregular Excel file then exporting to SSJSON file.
- The transparency setting of the text in the shape is lost in the exported PDF file.
- Exception is thrown on setting Hyperlink function in a copied worksheet.