The horizontal position (measured from the left in points) of the page that is displayed at the left edge of the page window.

Namespace: TallComponents.PDF.Layout.Navigation
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

double.NaN is used for: n/a or 'use the current value', this depends on the PageDisplay value.

Setting this value is not allowed for all PageDisplay values, see PageDisplay enum for details.

See Also