Get or set the top edge of the area.

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

Syntax

C#
public double Top { get; set; }
Visual Basic
Public Property Top As Double
	Get
	Set

Remarks

Vertical position of top edge of this area in points (1/72 inch). Default value is 0.

See Also