 | PdfViewerDrawTextSelection(PdfBitmap, SelectInfo, Int32) Method |
Draws text selection
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxprotected virtual void DrawTextSelection(
PdfBitmap bitmap,
SelectInfo selInfo,
int pageIndex
)
Protected Overridable Sub DrawTextSelection (
bitmap As PdfBitmap,
selInfo As SelectInfo,
pageIndex As Integer
)
protected:
virtual void DrawTextSelection(
PdfBitmap^ bitmap,
SelectInfo selInfo,
int pageIndex
)
abstract DrawTextSelection :
bitmap : PdfBitmap *
selInfo : SelectInfo *
pageIndex : int -> unit
override DrawTextSelection :
bitmap : PdfBitmap *
selInfo : SelectInfo *
pageIndex : int -> unit protected void DrawTextSelection(
PdfBitmap bitmap,
SelectInfo selInfo,
int pageIndex
)
function DrawTextSelection(bitmap, selInfo, pageIndex);
Parameters
- bitmap PdfBitmap
- The drawing surface
- selInfo SelectInfo
- Selection info
- pageIndex Int32
- Page index to be drawn
Remarks
See Also