Nutrient Web SDK
    Preparing search index...

    Interface DuplicatePagesOperation

    Duplicates the pages specified in the pageIndexes array. Each new page will be inserted after the original page.

    interface DuplicatePagesOperation {
        pageIndexes: number[];
        type: "duplicatePages";
    }
    Index

    Properties

    Properties

    pageIndexes: number[]
    type: "duplicatePages"