procedure SetReadingHighlight(const Rects: TPdfRectangles; PageNumber: Integer);
| Rects | TPdfRectangles. Page-coordinate rectangles to paint |
| PageNumber | Integer. One-based page that owns the rectangles |
מלבני הדגשת קריאה מסופקים בקואורדינטות הדף ונצבעים מעל הדף המבוקש. זה מיועד לפסקה, כותרת, תא טבלה או שורה שנקראים כעת
נקו את ההדגשה כאשר ההשמעה נעצרת או כאשר היישום עובר למקטע אחר. ReadingHighlightColor שולט בצבע שכבת-העל
if Length(Content.Fragments) > 0 then
PdfView1.SetReadingHighlight(Content.Fragments[0].LineRects, Content.Page);