MarginInfo

Overview

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

Represents margin information for page elements.

This class provides 4 methods for working with MarginInfo objects in .NET programs. Available methods include: Clone, MarginInfo. 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
TopdoubleRead/WriteTop margin in PDF points.
BottomdoubleRead/WriteBottom margin in PDF points.
LeftdoubleRead/WriteLeft margin in PDF points.
RightdoubleRead/WriteRight margin in PDF points.

Methods

SignatureDescription
MarginInfo()Calls MarginInfo on this MarginInfo instance.
MarginInfo(left: double, bottom: double, right: double, top: double)
Clone()Shallow clone.
MarginInfo(commonMargin: MarginPartStyle)

See Also