Margin
Overview
Margin is a class in Aspose.PDF FOSS for Python.
The Margin class provides top, left, bottom, and right properties for defining page margins.
Properties: bottom, left, right, top.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
top | float | Read/Write | Gets or sets the top. |
left | float | Read/Write | Gets or sets the left. |
bottom | float | Read/Write | Gets or sets the bottom. |
right | float | Read/Write | Gets or sets the right. |