Constructor Spacing

Namespace TallComponents.PDF.Layout
Class Spacing

Initializes a new instance of the Spacing class with the given spacing.

Syntax

public  Spacing( Double  top Double  left Double  right Double  bottom )

Parameters


Double top
The spacing in points to be assigned to the top.

Double left
The spacing in points to be assigned to the left.

Double right
The spacing in points to be assigned to the right.

Double bottom
The spacing in points to be assigned to the bottom.