کامپوننت: TPdfView · واحد: PDFium
Controls the overlay colour used for the current word-level reading cursor
Syntax
property ReadingWordColor: TColor;
Description
Controls the overlay colour used for the current word-level reading cursor
Remarks
- نامهای API، نامهای نوع و اصطلاحات PDF املای اصلی خود را حفظ میکنند تا جستوجوی کد قابل اتکا بماند
- این متد را پس از فعالبودن سند یا نمایشگر مالک فراخوانی کنید
Example
begin
PdfView1.ReadingWordColor := $0000A5FF;
end;
See Also