Bottom Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the y-axis value of the bottom of the annotation.

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

Syntax

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

See Also