Click or drag to resize

HighlightInfo Structure

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

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

The HighlightInfo type exposes the following members.

Properties
 NameDescription
Public propertyInflate Gets or sets delta values for each edge of the rectangles of the highlighted text.
Top
Fields
 NameDescription
Public fieldCharIndex The starting character index of the highlighted text.
Public fieldCharsCount The number of highlighted characters in the text
Public fieldColor Text highlighted color
Top
See Also