Page constructor
init
Initializes a new instance of the Page class.
def __init__(self, index, size):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | The page index. |
| size | groupdocs.parser.data.Size | The page size. |
See Also
- module
groupdocs.parser.data - class
Page