PDFium Component Docs

CurrentCharIndex property

Component: TPdfView  ·  Unit: PDFium
Read-only zero-based character index under the current mouse cursor (or last hit-tested point).

Syntax

property CurrentCharIndex: Integer;

Description

Read-only zero-based character index under the current mouse cursor (or last hit-tested point).

Used by the built-in find highlighter; returns -1 when the cursor is not over text.

همهٔ ویژگی‌های نمایش TPdfView هنگام انتساب یک بازنقاش را فعال می‌کنند؛ می‌توانید چند مورد را به‌ترتیب بدون پرش تغییر دهید زیرا بازنقاش در یک نامعتبرسازی واحد ادغام می‌شود

Remarks

Example

begin
  PdfView1.CurrentCharIndex := {value};
  PdfView1.Active := True;
end;

See Also

Active, Pdf, Options, Zoom