Click or drag to resize

PdfViewerDrawTextHighlight(PdfBitmap, ListHighlightInfo, Int32) Method

Draws text highlights

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
protected virtual void DrawTextHighlight(
	PdfBitmap bitmap,
	List<HighlightInfo> entries,
	int pageIndex
)

Parameters

bitmap  PdfBitmap
The drawing surface
entries  ListHighlightInfo
Highlights info.
pageIndex  Int32
Page index to be drawn
Remarks
Please see the remarks section of OnPaint(PaintEventArgs) for getting more info about page rendering order.
See Also