Text Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The string representing the selected text.

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

Syntax

C#
public string Text { get; internal set; }
Visual Basic
Public Property Text As String
	Get
	Friend Set
Visual C++
public:
property String^ Text {
	String^ get ();
	internal: void set (String^ value);
}

See Also