Position of annotation's top edge.

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

Syntax

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

Remarks

This property cannot be set, it will be calculated from the bottom and height properties.

See Also