GrapeCity Documents for PDF 6.0.1
Released: Dec 27, 2022
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.
수정사항
- 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.