Left Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the x-axis value of the left side of the annotation.

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

Syntax

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

See Also