Represents PDF page margins (unit size is mm)
Inheritance Hierarchy
NReco.PdfGeneratorPageMargins
Namespace: NReco.PdfGenerator
Assembly: NReco.PdfGenerator (in NReco.PdfGenerator.dll) Version: 1.2.1
Syntax
The PageMargins type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PageMargins | Initializes a new instance of the PageMargins class |
Properties
| Name | Description | |
|---|---|---|
| Bottom |
Get or set bottom margin (in mm)
| |
| Left |
Get or set left margin (in mm)
| |
| Right |
Get or set right margin (in mm)
| |
| Top |
Get or set top margin (in mm)
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also