Nutrient Web SDK
    Preparing search index...

    Interface AddPageBeforeOperation

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

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

    Hierarchy

    • AddPageConfiguration
      • AddPageBeforeOperation
    Index

    Properties

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