 | PdfViewerHighlightedTextInfo Property |
Gets information about highlighted text in a PdfView control
Namespace: Patagames.Pdf.Net.Controls.WpfAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.111.2704
Syntaxpublic SortedDictionary<int, List<HighlightInfo>> HighlightedTextInfo { get; }Public ReadOnly Property HighlightedTextInfo As SortedDictionary(Of Integer, List(Of HighlightInfo))
Get
public:
property SortedDictionary<int, List<HighlightInfo>^>^ HighlightedTextInfo {
SortedDictionary<int, List<HighlightInfo>^>^ get ();
}member HighlightedTextInfo : SortedDictionary<int, List<HighlightInfo>> with get
/** @property */
public SortedDictionary<int, List<HighlightInfo>> get_HighlightedTextInfo()
function get_HighlightedTextInfo();
Property Value
SortedDictionaryInt32,
ListHighlightInfo
See Also