PDFium Component Docs

ReadingHighlightColor 속성

컴포넌트: TPdfView  ·  유닛: PDFium
동기화된 text-to-speech 재생에 사용하는 TPdfView reading-highlight overlay를 제어합니다

Syntax

property ReadingHighlightColor: TColor;

Description

Reading highlight rectangles are supplied in page coordinates and painted over the requested page. This is intended for the current paragraph, heading, table cell, or line being spoken

Clear the highlight when playback stops or when the application moves to another fragment. ReadingHighlightColor controls the overlay colour

Remarks

Example

if Length(Content.Fragments) > 0 then
  PdfView1.SetReadingHighlight(Content.Fragments[0].LineRects, Content.Page);

See Also

SetReadingHighlight, ClearReadingHighlight, ReadingHighlightColor, ReadableContent