property Options: TRenderOptions;
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
Active := TruePdfView1.Pdf at runtime, re-apply any view-only settings because the new TPdf has its own state
begin
PdfView1.Options := PdfView1.Options + [reNightDuotone];
PdfView1.NightDuotoneInk := $0000C8FF;
PdfView1.Active := True;
end;