PDFium Delphi Component 文件

NightDuotoneInk 属性

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

Syntax

property NightDuotoneInk: TColor;

Description

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

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

Remarks

Example

PdfView1.NightDuotoneInk := $0000C8FF;
PdfView1.Options := PdfView1.Options + [reNightDuotone];

See Also

TPdfView.NightDuotonePaper, TPdfView.Options, DuotonePdfBitmap