Nutrient Web SDK
    Preparing search index...

    Interface SetPageLabelOperation

    Sets the page label for the pages specified in the pageIndexes array.

    interface SetPageLabelOperation {
        pageIndexes?: number[];
        pageLabel?: string;
        type: "setPageLabel";
    }
    Index

    Properties

    pageIndexes?: number[]
    pageLabel?: string
    type: "setPageLabel"