Margins
Overview
Margins is a class in Aspose.PDF FOSS for .NET.
Page margins in points for TIFF rendering.
This class provides 2 methods for working with Margins objects in .NET programs.
Available methods include: Margins.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Bottom, Left, Right, Top.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Left | int | Read/Write | Gets or sets the left. |
Right | int | Read/Write | Gets or sets the right. |
Top | int | Read/Write | Gets or sets the top. |
Bottom | int | Read/Write | Gets or sets the bottom. |
Methods
| Signature | Description |
|---|---|
Margins() | Calls Margins on this Margins instance. |
Margins(left: int, right: int, top: int, bottom: int) |