Click or drag to resize

PdfViewerHighlightedTextInfo Property

Gets information about highlighted text in a PdfView control

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntax
public SortedDictionary<int, List<HighlightInfo>> HighlightedTextInfo { get; }

Property Value

SortedDictionaryInt32, ListHighlightInfo
See Also