Nutrient Web SDK
Preparing search index...
DocumentOperations
AddPageBeforeOperation
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
background
Color
before
Page
Index
insets?
page
Height
page
Width
rotate
By
type
Properties
background
Color
backgroundColor
:
NutrientViewer
.
Color
before
Page
Index
beforePageIndex
:
number
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
background
Color
before
Page
Index
insets
page
Height
page
Width
rotate
By
type
Nutrient Web SDK
Loading...
Adds a blank page before the specified page index using the provided configuration.