Position of annotation's top edge.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

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