reNightDuotone 低视力渲染选项使用的墨色property NightDuotoneInk: TColor;
当 Options 中存在 reNightDuotone 时,TPdfView 在绘制覆盖层之前将渲染的页面亮度映射到 NightDuotoneInk 和 NightDuotonePaper 上
当 reNightDuotone 活动时,赋值此属性会立即使视图失效
$0000C8FF,一种用于黑纸夜间观看的琥珀色墨色PdfView1.NightDuotoneInk := $0000C8FF;
PdfView1.Options := PdfView1.Options + [reNightDuotone];