PDFium Component Docs

Options property

Component: TPdfView  ·  Unit: PDFium
مجموعه‌ای از hintهای رندر و گزینه‌های کم‌بینایی پس از رندر برای TPdfView

Syntax

property Options: TRenderOptions;

Description

Set of rendering hints such as LCD optimization, annotations, grayscale rendering, and smoothing control

reInvert and reNightDuotone are TPdfView-only post-render low-vision transforms applied after each page tile is rendered and before overlays are painted

reNightDuotone uses NightDuotoneInk and NightDuotonePaper; when both reInvert and reNightDuotone are set, reInvert takes precedence

Remarks

Example

begin
  PdfView1.Options := PdfView1.Options + [reNightDuotone];
  PdfView1.NightDuotoneInk := $0000C8FF;
  PdfView1.Active := True;
end;

See Also

Active, Pdf, NightDuotoneInk, NightDuotonePaper, Zoom