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

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

Méthodes publiques

Свойство Type Description
EndIndex int
EndPage int
StartIndex int
StartPage int

Property Details

EndIndex public_oe property

Zero-based char index on a endPage.
public int EndIndex
Résultat int

EndPage public_oe property

Zero-based index of a ending page.
public int EndPage
Résultat int

StartIndex public_oe property

Zero-based char index on a startPage.
public int StartIndex
Résultat int

StartPage public_oe property

Zero-based index of a starting page.
public int StartPage
Résultat int