pdfrx_web
    Preparing search index...

    Interface PdfDestOptions

    Options accepted by PdfPage.dest().

    interface PdfDestOptions {
        by: "id" | "pageNumber";
        command: string;
        params: readonly (number | null)[];
    }
    Index
    by: "id" | "pageNumber"
    command: string
    params: readonly (number | null)[]