SelectEnd Property

PDFTron SilverDox SDK

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

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

Syntax

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

See Also