SetMargins
Specifies the page margins for all the pages in this section. Alias for ApiSection#SetPageMargins.
Syntax
expression.SetMargins(left, top, right, bottom);
expression - A variable that represents a ApiSection class.
Parameters
| Name | Required/Optional | Data type | Default | Description |
|---|---|---|---|---|
| left | Required | twips | The left margin width measured in twentieths of a point (1/1440 of an inch). | |
| top | Required | twips | The top margin height measured in twentieths of a point (1/1440 of an inch). | |
| right | Required | twips | The right margin width measured in twentieths of a point (1/1440 of an inch). | |
| bottom | Required | twips | The bottom margin height measured in twentieths of a point (1/1440 of an inch). |
Returns
boolean