function SelectionCharCount: Integer;
모든 per-page selection range의 character 수를 합친 값입니다. single-page selection mode에서는 하나의 range 길이만 해당하고, spread cross-page selection에서는 두 range의 합입니다
추출 후 text-string code point가 아니라 PDF character position을 셉니다. ligature와 generated character(예: visual line 사이에 자동 삽입된 CR/LF)는 CharacterIndexAtPos가 반환하는 index와 맞춰 그 뒤의 PDF character slot으로 계산됩니다
False이면 0을 반환합니다
StatusBar1.SimpleText :=
Format('Selected: %d characters', [PdfView1.SelectionCharCount]);