C# 클래스 Patagames.Pdf.Net.Controls.Wpf.SelectInfo

Represents the information about the selected text in the control
파일 보기 프로젝트 열기: Patagames/Pdf.Wpf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EndIndex int
EndPage int
StartIndex int
StartPage int

프로퍼티 상세

EndIndex 공개적으로 프로퍼티

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

EndPage 공개적으로 프로퍼티

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

StartIndex 공개적으로 프로퍼티

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

StartPage 공개적으로 프로퍼티

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