Nutrient Web SDK
    Preparing search index...

    Interface AddPageAfterOperation

    Adds a blank page after the specified page index using the provided configuration.

    interface AddPageAfterOperation {
        afterPageIndex: number;
        backgroundColor: NutrientViewer.Color;
        insets?: NutrientViewer.Geometry.Rect;
        pageHeight: number;
        pageWidth: number;
        rotateBy: 0 | 90 | 180 | 270;
        type: "addPage";
    }

    Hierarchy

    • AddPageConfiguration
      • AddPageAfterOperation
    Index

    Properties

    afterPageIndex: number
    backgroundColor: NutrientViewer.Color
    pageHeight: number
    pageWidth: number
    rotateBy: 0 | 90 | 180 | 270
    type: "addPage"