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

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

Public Properties

Property Type Description
EndIndex int
EndPage int
StartIndex int
StartPage int

Property Details

EndIndex public property

Zero-based char index on a endPage.
public int EndIndex
return int

EndPage public property

Zero-based index of a ending page.
public int EndPage
return int

StartIndex public property

Zero-based char index on a startPage.
public int StartIndex
return int

StartPage public property

Zero-based index of a starting page.
public int StartPage
return int