Component: TPdfView · Unit: PDFium
Sets the overlay colour used for the current word-level reading cursor
Syntax
property ReadingWordColor: TColor;
Description
Sets the overlay colour used for the current word-level reading cursor
Remarks
- API names, type names, and PDF terms keep their original spelling so that code search remains reliable
- Call this member once the owning document or viewer is active
Example
begin
PdfView1.ReadingWordColor := $0000A5FF;
end;
See Also