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

Represents information about highlighted text in the control
Afficher le fichier Open project: Patagames/Pdf.Wpf Class Usage Examples

Méthodes publiques

Свойство Type Description
CharIndex int
CharsCount int

Private Properties

Свойство Type Description

Property Details

CharIndex public_oe property

The starting character index of the highlighted text.
public int CharIndex
Résultat int

CharsCount public_oe property

The number of highlighted characters in the text
public int CharsCount
Résultat int