| PdfViewerSelectedText Property |
Gets selected text from PdfView control
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntax public string SelectedText { get; }
Public ReadOnly Property SelectedText As String
Get
public:
property String^ SelectedText {
String^ get ();
}
member SelectedText : string with get
/** @property */
public String get_SelectedText()
function get_SelectedText();
Property Value
StringSee Also