function SelectionCharCount: Integer;
Zbroj broja znakova kroz sve raspone odabira po stranici. U načinu odabira jedne stranice ovo je samo duljina jednog raspona; u proširenomd cross-page selection it is the sum across both ranges.
Counts PDF character positions, not text-string code points after extraction — ligatures and generated characters (e.g. an auto-inserted CR/LF between visual lines) count as their underlying PDF character slots, matching the indices returned by CharacterIndexAtPos.
False.
StatusBar1.SimpleText :=
Format('Selected: %d characters', [PdfView1.SelectionCharCount]);