SelectStart Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The point at which text selection starts.

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

Syntax

C#
public Point SelectStart { get; set; }
Visual Basic
Public Property SelectStart As Point
	Get
	Set
Visual C++
public:
property Point SelectStart {
	Point get ();
	void set (Point value);
}

See Also