Skip to content

Bookmark

@scaryterry/pdfium


Defined in: src/core/types.ts:538

Represents a bookmark (outline entry) in a PDF document.

readonly children: readonly Bookmark[]

Defined in: src/core/types.ts:544

Child bookmarks forming a tree structure.


readonly pageIndex: number | undefined

Defined in: src/core/types.ts:542

The zero-based destination page index, or undefined for external destinations.


readonly title: string

Defined in: src/core/types.ts:540

The title text of the bookmark.