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

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

공개 프로퍼티들

프로퍼티 타입 설명
CharIndex int
CharsCount int

Private Properties

프로퍼티 타입 설명

프로퍼티 상세

CharIndex 공개적으로 프로퍼티

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

CharsCount 공개적으로 프로퍼티

The number of highlighted characters in the text
public int CharsCount
리턴 int