Margin

Overview

Margin is a class in Aspose.PDF FOSS for Python.

The Margin class provides top, left, bottom, and right properties for defining page margins.

Properties: bottom, left, right, top.

Properties

NameTypeAccessDescription
topfloatRead/WriteGets or sets the top.
leftfloatRead/WriteGets or sets the left.
bottomfloatRead/WriteGets or sets the bottom.
rightfloatRead/WriteGets or sets the right.

See Also