TextQuads Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Represents the boundaries of the text selected between the corner points defined by SelectStart and SelectEnd.

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

Syntax

C#
public List<Quad> TextQuads { get; set; }
Visual Basic
Public Property TextQuads As List(Of Quad)
	Get
	Set
Visual C++
public:
property List<Quad>^ TextQuads {
	List<Quad>^ get ();
	void set (List<Quad>^ value);
}

See Also