IPaddings Interface
In This Article
Declares padding settings.
#Declaration
TypeScript
export interface IPaddings
#Properties
#bottom Property
Specifies the padding for the bottom page edge.
#Declaration
TypeScript
bottom: number
#Property Value
Type | Description |
---|---|
number | The padding value in pixels. |
#left Property
Specifies the padding for the left page edge.
#Declaration
TypeScript
left: number
#Property Value
Type | Description |
---|---|
number | The padding value in pixels. |
#right Property
Specifies the padding for the right page edge.
#Declaration
TypeScript
right: number
#Property Value
Type | Description |
---|---|
number | The padding value in pixels. |
#top Property
Specifies the padding for the top page edge.
#Declaration
TypeScript
top: number
#Property Value
Type | Description |
---|---|
number | The padding value in pixels. |