@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Interface Bookmark

    One outline bookmark for GigaPdfDoc.setBookmarks.

    interface Bookmark {
        title: string;
        level: number;
        action?: Action;
    }
    Index

    Properties

    Properties

    title: string

    The bookmark label.

    level: number

    Nesting depth (0 = top); deeper consecutive items become children.

    action?: Action

    What clicking the bookmark does (a goto becomes /Dest, else /A).