> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PageMargins Object (IPageMargins Interface)

This object provides functionality for tuning page margins of the output file.

## Properties

| Name        | Type                                                                                                                                                                                                          | Description                                                                                                                                          |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| Application | [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Returns the Engine object.                                                                                                                           |
| Top         | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                        | 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](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                        | 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](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                        | 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](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                        | 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](/fine-reader/engine/api-reference/engine-object-iengine-interface/creation-methods/createlessobjectgreater-methods) method of the [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface) object.

## Related objects

<img src="https://mintcdn.com/abbyy/i-EfCQVmseNiPQcp/images/fine-reader/engine/pagemargins.gif?s=7621687ff775f099c21dcbb190d32e35" alt="PageMargins" width="161" height="58" data-path="images/fine-reader/engine/pagemargins.gif" />[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/rtfexportparams#pagemargins)[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pagemargins)[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/rtfexportparams)

[Object Diagram](/fine-reader/engine/api-reference/object-diagram)

See also

[Tuning Export Parameters](/fine-reader/engine/guided-tour/advanced-techniques/tuning-export-parameters)

[Working with Profiles](/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles)

[Working with Properties](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
