Get or set the left 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 Left { get; set; }
Visual Basic
Public Property Left As Double
	Get
	Set

Remarks

Horizontal position of left edge of this area in points (1/72 inch).

See Also