API Reference

Class

PdfBookmarkEditResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Existing-document bookmark edit result.

Inheritance

  • Object
  • PdfBookmarkEditResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Methods

public Byte[] ToBytes() #
Returns: Byte[]

Returns edited PDF bytes.

public PdfDocument ToDocument() #
Returns: PdfDocument

Opens the edited artifact.

Properties

public PdfMutationPlan MutationPlan { get; } #

Shared full-rewrite mutation plan.

public IReadOnlyList<PdfOutlineItem> Outlines { get; } #

Bookmarks read back from the saved artifact.