Click or drag to resize

SelectInfo Structure

Represents the information about the selected text in the control
Inheritance Hierarchy
SystemObject
  SystemValueType
    Patagames.Pdf.Net.Controls.WinFormsSelectInfo

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.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