PDFium Component Docs

Proprietà Options

Componente: TPdfView  ·  Unità: PDFium
Insieme di opzioni di rendering e trasformazioni post-render per ipovisione di 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