| PdfViewerHighlightedTextInfo Property |
Gets information about highlighted text in a PdfView control
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntax public 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,
ListHighlightInfoSee Also