PDFium Delphi Component Docs

NightDuotonePaper property

Component: TPdfView  ·  Unit: PDFium
Controls the paper colour used by the reNightDuotone low-vision rendering option

Syntax

property NightDuotonePaper: TColor;

Description

When reNightDuotone is present in Options, TPdfView maps the rendered page luminance onto NightDuotoneInk and NightDuotonePaper before overlays are painted

Assigning this property invalidates the view at once when reNightDuotone is active

Remarks

Example

PdfView1.NightDuotonePaper := clBlack;
PdfView1.Options := PdfView1.Options + [reNightDuotone];

See Also

TPdfView.NightDuotoneInk, TPdfView.Options, DuotonePdfBitmap