The vertical position (measured from the bottom in points) of the page that is displayed at the top edge of the page window.

Namespace: TallComponents.PDF.Navigation
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public double Top { get; set; }
Visual Basic
Public Property Top 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