GrapeCity Documents for PDF 6.0.1

Released: Dec 27, 2022

Mises à jour de 6.0.1

Fonctionnalités

  • 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.

Correctifs

  • 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.