Click or drag to resize

PdfViewerDrawTextSelection(Graphics, SelectInfo, Int32) Method

Left for backward compatibility. Actually the text selection is drawn in DrawTextSelection(PdfBitmap, SelectInfo, 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 DrawTextSelection(
	Graphics graphics,
	SelectInfo selInfo,
	int pageIndex
)

Parameters

graphics  Graphics
The drawing surface
selInfo  SelectInfo
Selection 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