Padding constructor
Leave feedback
On this page
Initializes a new instance of Padding class using zero values.
def __init__(self):
...
Initializes a new instance of the Padding class using the supplied padding size for all edges.
def __init__(self, all):
...
| Parameter | Type | Description |
|---|---|---|
| all | int | The number of measure units to be used for padding for all edges. |
Initializes a new instance of the Padding class using the supplied padding sizes.
def __init__(self, left, right, top, bottom):
...
| Parameter | Type | Description |
|---|---|---|
| left | int | The left padding size. |
| right | int | The right padding size. |
| top | int | The top padding size. |
| bottom | int | The bottom padding size. |
- module
groupdocs.signature.domain - class
Padding
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.