PDFium Component Docs

Options property

Component: TPdfView  ·  Unit: PDFium
Skup savjeta za renderiranje i TPdfView opcija za slabovidne nakon renderiranja

Syntax

property Options: TRenderOptions;

Description

Skup savjeta za renderiranje kao što su LCD optimizacija, anotacije, sivo renderiranje i kontrola izglađivanja

reInvert and reNightDuotone su samo TPdfView opcije nakon renderiranjar 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