Click or drag to resize

SelectInfo Structure

Represents the information about the selected text in the control

Namespace:  Patagames.Pdf.Net.Controls.WinForms
Assembly:  Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.84.2704
Syntax
public struct SelectInfo

The SelectInfo type exposes the following members.

Fields
  NameDescription
Public fieldEndIndex
Zero-based char index on a endPage.
Public fieldEndPage
Zero-based index of a ending page.
Public fieldStartIndex
Zero-based char index on a startPage.
Public fieldStartPage
Zero-based index of a starting page.
Top
See Also