C# Class Patagames.Pdf.Net.Controls.Wpf.HighlightInfo

Represents information about highlighted text in the control
Show file Open project: Patagames/Pdf.Wpf Class Usage Examples

Public Properties

Property Type Description
CharIndex int
CharsCount int

Private Properties

Property Type Description

Property Details

CharIndex public property

The starting character index of the highlighted text.
public int CharIndex
return int

CharsCount public property

The number of highlighted characters in the text
public int CharsCount
return int