reNightDuotone 低视力渲染选项使用的纸色property NightDuotonePaper: TColor;
当 Options 中存在 reNightDuotone 时,TPdfView 在绘制覆盖层之前将渲染的页面亮度映射到 NightDuotoneInk 和 NightDuotonePaper 上
当 reNightDuotone 活动时,赋值此属性会立即使视图失效
clBlackPdfView1.NightDuotonePaper := clBlack;
PdfView1.Options := PdfView1.Options + [reNightDuotone];