| PdfViewerSelectInfo Property |
Gets information about selected text in a PdfView control
Namespace: Patagames.Pdf.Net.Controls.WpfAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax public SelectInfo SelectInfo { get; }
Public ReadOnly Property SelectInfo As SelectInfo
Get
public:
property SelectInfo SelectInfo {
SelectInfo get ();
}
member SelectInfo : SelectInfo with get
/** @property */
public SelectInfo get_SelectInfo()
function get_SelectInfo();
Property Value
SelectInfoSee Also