GrapeCity Documents .NET Bundle updated

Released: Dec 27, 2022

GrapeCity Documents .NET Bundle 버젼 업데이트

기능

GrapeCity Documents for Imaging 6.0.1

  • Added GcBitmap.IsBlackAndWhite method which determines whether the image contains only black and white pixels.
  • Added GcBitmap.IsGrayscale method which determines whether the image contains only opaque grayscale pixels.
  • Added GrayscaleBitmap.ApplyGaussianBlur method which applies a Gaussian blur to this GrayscaleBitmap.
  • Added GrayscaleBitmap.ToShadowBitmap method which creates a semi-transparent GcBitmap.

GrapeCity Documents for PDF 6.0.1

  • Added abstract class StructTreeItem which represents an item in a StructTreeRoot.
  • Added StructElement.Items property which gets the collection of nested StructTreeItem objects.
  • Added StructElement.HasItems property which gets a value indicating whether the Items collection contains any items.
  • Added StructTreeRoot.Items property which gets the collection of nested StructTreeItem objects.
  • StructElement and ContentItemLink classes are now derived from the common base StructTreeItem.

수정사항

GrapeCity Documents for Excel, .NET Edition 6.0.1

  • Performance issue when using table bindings with 500,000 rows data.
  • The exported Excel file is corrupted after processing template.
  • The data validation lost after loading the SSJSON file when the applied range is whole column.
  • Exception is thrown on exporting PDF file when using data binding.
  • PageSetup.Zoom does not take effect on barcode in the exported PDF file.
  • "Swiss 721 BT" font is not shown correctly in the exported PDF file.
  • Print titles settings are lost in the generated report after processing template.
  • The formula result is different from Excel.
  • Exception is thrown on loading particular XLSX file contains invalid data.
  • Exception is thrown on loading SSJSON file then calling Workbook.ToJson() method when JSON contains duplicated named styles.
  • Exception is thrown on calling processing template when data field name contains number.
  • PageSetup.CustomPaperSize method did not working.
  • The DateTimePicker cell button cannot be deleted when deleting row.
  • The cell text is incorrect after loading the Excel file contains rich text.
  • The applied range of conditional formatting is incorrect after coping cell.
  • Exception is thrown on rendering HTML when workbook contains Pivot Table.
  • Exception is thrown on processing template when sheet contains defined names.
  • The calculation result of VARP function differs from Excel.
  • Exception is thrown on loading particular XLSX file contains invalid data.

GrapeCity Documents for Imaging 6.0.1

  • BitmapRenderer.ForceAntialiasingForText property has no effect when drawing a PDF to a GcBitmap.

GrapeCity Documents for PDF 6.0.1

  • The order of structure tags is changed when saving a PDF.
  • Exception occurs when the GcPdfDocument.MergeWithDocument method is called and the destination and source documents is the same object.

GrapeCity Documents for Word 6.0.1

  • Shadow with a preset/system/hsl color in FormatScheme causes generating a malformed file.