Top Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the y-axis position of the top of the annotation.

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public virtual double Top { get; }
Visual Basic
Public Overridable ReadOnly Property Top As Double
	Get
Visual C++
public:
virtual property double Top {
	double get ();
}

See Also