PDFium Component Docs

propiedad NightDuotonePaper

Componente: TPdfView  ·  Unidad: PDFium
Controla el color de papel usado por la opción de renderizado de baja visión reNightDuotone

Syntax

property NightDuotonePaper: TColor;

Description

Cuando reNightDuotone está presente en Options, TPdfView mapea la luminancia de la página renderizada hacia NightDuotoneInk y NightDuotonePaper antes de pintar las superposiciones

Asignar esta propiedad invalida la vista de inmediato cuando reNightDuotone está activo

Remarks

Example

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

See Also

TPdfView.NightDuotoneInk, TPdfView.Options, DuotonePdfBitmap