PDFium Delphi Component 文件

NightDuotonePaper 属性

组件: TPdfView  ·  单元: PDFium
控制 reNightDuotone 低视力渲染选项使用的纸色

Syntax

property NightDuotonePaper: TColor;

Description

当 Options 中存在 reNightDuotone 时,TPdfView 在绘制覆盖层之前将渲染的页面亮度映射到 NightDuotoneInk 和 NightDuotonePaper 上

当 reNightDuotone 活动时,赋值此属性会立即使视图失效

Remarks

Example

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

See Also

TPdfView.NightDuotoneInk, TPdfView.Options, DuotonePdfBitmap