API Reference

Class

PdfBookmarkNode

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Editable existing-document bookmark node.

Inheritance

  • Object
  • PdfBookmarkNode

Usage

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

Properties

public String Id { get; } #

Stable edit-session identifier.

public String Title { get; set; } #

Bookmark title.

public Int32 PageNumber { get; set; } #

One-based destination page.

public Nullable<Double> DestinationTop { get; set; } #

Optional top destination coordinate.

public PdfOpenActionDestinationMode DestinationMode { get; set; } #

Viewer destination mode.

public Nullable<Double> DestinationLeft { get; set; } #

Optional left destination coordinate.

public Nullable<Double> DestinationBottom { get; set; } #

Optional bottom destination coordinate.

public Nullable<Double> DestinationRight { get; set; } #

Optional right destination coordinate.

public Nullable<Double> DestinationZoom { get; set; } #

Optional XYZ zoom factor.

public Boolean IsExpanded { get; set; } #

Whether children are initially expanded.

public IReadOnlyList<PdfBookmarkNode> Children { get; } #

Child bookmarks.