Get the width of the whitespace around the main content in points.

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public Spacing Margin { get; }
Visual Basic
Public ReadOnly Property Margin As Spacing
	Get

Remarks

Sizes are given in points (1/72 inch). Default margins are 1.25 inch (90pt) for Left and Right, 1 inch (72pt) for Top and Bottom.

Changing the margins resets the column widths and spacing to their default values.

See Also