Nutrient Web SDK
    Preparing search index...

    Interface RotatePagesOperation

    Rotates the pages specified in the pageIndexes array by the amount of degrees set in rotateBy.

    interface RotatePagesOperation {
        pageIndexes: number[];
        rotateBy: 0 | 90 | 180 | 270;
        type: "rotatePages";
    }
    Index

    Properties

    pageIndexes: number[]
    rotateBy: 0 | 90 | 180 | 270
    type: "rotatePages"