Click or drag to resize

PdfViewerDrawTextHighlight(Graphics, ListHighlightInfo, Int32) Method

Left for backward compatibility. Actually the text highlight is drawn in DrawTextHighlight(PdfBitmap, ListHighlightInfo, Int32) method.

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

Parameters

graphics  Graphics
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