PageMargins Object (IPageMargins Interface)
This object provides functionality for tuning page margins of the output file.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Top | int |
Specifies the width of the top margin in twips (1/1440 of inch). It can take values from 0 and above. The default value of this property is 1440. |
Bottom | int |
Specifies the width of the bottom margin in twips (1/1440 of inch). It can take values from 0 and above. The default value of this property is 1440. |
Left | int |
Specifies the width of the left margin in twips (1/1440 of inch). It can take values from 0 and above. The default value of this property is 1440. |
Right | int |
Specifies the width of the right margin in twips (1/1440 of inch). It can take values from 0 and above. The default value of this property is 1440. |
Output parameter
This object is the output parameter of the CreatePageMargins method of the Engine object.
Related objects
See also
7/3/2024 8:50:25 AM