Quads Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
A list of Quads, representing the bounding box(es) of selected text. Useful for highlighting the text.

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

Syntax

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

See Also