컴포넌트: TPdfView · 유닛: PDFium
현재 단어 단위 읽기 커서에 사용하는 오버레이 색상을 제어합니다
Syntax
property ReadingWordColor: TColor;
Description
Controls the overlay colour used for the current word-level reading cursor
Remarks
- API names, type names, and PDF terms keep their original spelling so code search remains reliable
- Call this member after the owning document or viewer is active
Example
begin
PdfView1.ReadingWordColor := $0000A5FF;
end;
See Also