Page constructor
init
Initializes a new instance of the Page class.
def __init__(self):
...
init
Initializes a new instance of the Page class.
def __init__(self, size):
...
| Parameter | Type | Description |
|---|---|---|
| size | Size | The page size. |
init
Initializes a new instance of the Page class.
def __init__(self, margin):
...
| Parameter | Type | Description |
|---|---|---|
| margin | Margin | The margin. |
init
Initializes a new instance of the Page class.
def __init__(self, size, margin):
...
| Parameter | Type | Description |
|---|---|---|
| size | Size | The page size. |
| margin | Margin | The margin. |
See Also
- module
aspose.html.drawing - class
Page