Represents the page margins of a document or document section. The measure depends on the page's unit.

Syntax

PageMargins

Introduced: X16.

Enumerations

Enumeration Description
Attribute Determines a certain page margins attribute.

Methods

Method Description
getBottom Gets the bottom margin of a TX Text Control document or document section.
getLeft Gets the left margin of a TX Text Control document or document section.
getRight Gets the right margin of a TX Text Control document or document section.
getTop Gets the top margin of a TX Text Control document or document section.
setBottom Sets the bottom margin of a TX Text Control document or document section.
setLeft Sets the left margin of a TX Text Control document or document section.
setRight Sets the right margin of a TX Text Control document or document section.
setTop Sets the top margin of a TX Text Control document or document section.