Nutrient Web SDK
Preparing search index...
DocumentOperations
AddPageAfterOperation
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
after
Page
Index
background
Color
insets?
page
Height
page
Width
rotate
By
type
Properties
after
Page
Index
afterPageIndex
:
number
background
Color
backgroundColor
:
NutrientViewer
.
Color
Optional
insets
insets
?:
NutrientViewer
.
Geometry
.
Rect
page
Height
pageHeight
:
number
page
Width
pageWidth
:
number
rotate
By
rotateBy
:
0
|
90
|
180
|
270
type
type
:
"addPage"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
after
Page
Index
background
Color
insets
page
Height
page
Width
rotate
By
type
Nutrient Web SDK
Loading...
Adds a blank page after the specified page index using the provided configuration.