 | PdfViewerIsTextSelected Property |
Gets a value indicating whether any text is currently selected.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 5.1.3
Syntaxpublic bool IsTextSelected { get; }Public ReadOnly Property IsTextSelected As Boolean
Get
public:
property bool IsTextSelected {
bool get ();
}member IsTextSelected : bool with get
/** @property */
public boolean get_IsTextSelected()
function get_IsTextSelected();
Property Value
Boolean
See Also