 | PdfViewerIsTextSelected Property |
Gets a value indicating whether any text is currently selected.
Namespace: Patagames.Pdf.Net.Controls.WpfAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.111.2704
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