Margins

Overview

Margins is a class in Aspose.PDF FOSS for .NET.

Page margins in points for TIFF rendering.

This class provides 2 methods for working with Margins objects in .NET programs. Available methods include: Margins. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Bottom, Left, Right, Top.

Properties

NameTypeAccessDescription
LeftintRead/WriteGets or sets the left.
RightintRead/WriteGets or sets the right.
TopintRead/WriteGets or sets the top.
BottomintRead/WriteGets or sets the bottom.

Methods

SignatureDescription
Margins()Calls Margins on this Margins instance.
Margins(left: int, right: int, top: int, bottom: int)

See Also